body, td{	

font-family:Verdana, Arial, Helvetica, Geneva;
font-size:10px;
color:#777777;
}

a:link { text-decoration: none; color: #CCCCCC}
a:visited { text-decoration: none; color: #777777}
a:hover       { color: #669900} 
.launch 		{color: #669900}
.bold				{color: #ffffff}
.bold2					{color: #999999}
.hidden						{color: #555555}
			
			

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
margin: none;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 0;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 478px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.clearer { clear:left; }

div#wn	{ 
    position:absolute; 
    width:1100px; height:350px; 
    overflow:hidden;	
	}
div#scrollbar { 
    position:absolute;
	top:350; left:60; 
    width:980px; height:11px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }

div#track { 
    position:absolute; 
	left:15px; 
	top:3;
    width:950px; height:6px; 
    background: #111111;
  }
div#dragBar {
    position:absolute; 
	left:1px; 
	top:1px;
    width:20px; height:4px; 
    border-style:solid; 
    border-color:#bf8b00; 
    border-width:1px;
    background-color:#000000;
  }  

div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

#extra_controls, #scrollbar { 
    display:none; /* hide from incapable */
    }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; bottom:350; 
    } 

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}


