/********************
 *  Gallery Used for About Section
 * 
 ********************/
 
/*preload classes*/ 
.svw {width: 594px; height: 792px; background: black; margin-bottom: 28px; color: white;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 0;   
margin: 0 0 28px 0; 
background: black;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 28px 0 0 0; 
padding: 0; 
position: relative; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
margin: 0; 
float:left; 
} 
.stripTransmitter { 
overflow: hidden; 
width: auto; 
background: black;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: absolute; 
left: 0; top: 0;
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 30px; 
float:left; 
margin: 0; 
} 
.stripTransmitter a:link, .stripTransmitter a:active, .stripTransmitter a:visited{ 
font: 1em/1.5em Helvetica, Arial, Verdana, sans-serif;
text-align: center; 
background: black; 
color: #fff; 
text-decoration: none; 
display: block; 
width: 30px; 
padding:  4px 0;
} 

.stripTransmitter a:hover, .stripTransmitter a.current{ 
background: white; 
color: #666666; 
} 

