@charset "UTF-8";

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
#mygalone {
	float: right;
	margin-bottom: 5px;
}
 
/*core classes*/ 
.stripViewer {
	position: relative;
	overflow: hidden;
	margin: 0 0 1px 0;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter {
	overflow: auto;
	display: block;
	float: right;
	height: 23px;
} 
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	float: right;
	height: 23px;
} 
.stripTransmitter ul li{
	width: 20px;
	float:left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0;
	height: 22px;
} 
.stripTransmitter a {
	background-image: url(../images/bullet-gallery.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	line-height: 22px;
	color: #777777;
	display: block;
	font-size: 0;
	height: 22px;
} 
/*.stripTransmitter a:hover, a.current{
	background-image: url(../images/bullet-projects.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	font-size: 10px;
	padding-bottom: 20px;
}*/ 
a.current{
	background-image: url(../images/bullet-gallery-active.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 0;
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}

