



#scrollbox {
	width:170px;
	height:460px;
	/*background:black;*/
	overflow:auto;
	margin-left: 580px;
	margin-top: 1px;
	border-top: 1px none #aaa;
	border-right: 1px none #aaa;
	border-bottom: 1px none #aaa;
	border-left: 1px solid #aaa;	 
}

#thumbs {width:87px; }





a.gallery, a.gallery:visited 
{
	display:block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #aaa; 
	width:128px; 
	height:96px; 
	margin:3px; 
	float:left; 
	font-size:12px;
}





a.gallery span 
{
	display:block; 
	position:absolute; 
	left:1px; 
	top:0px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
        background:white;
	/*background:#efedec;*/ 
	z-index:100; 
	font-size:12px;
}
a.gallery:hover 
{
	white-space:normal; 
	border:1px solid #fff;
}
a.gallery:hover img 
{
	/*border:1px solid #000;*/ 
	z-index:100;
}
a.gallery:active img, a.gallery:focus img 
{
	/*border:1px solid #000;*/ 
	z-index:50;
}

a.gallery:hover span 
{
	display:block; 
	position:absolute; 
	width:576px; 
	height:458px; 
	font-family:times, verdana, arial, sans-serif; 
	font-style:italic;
        /*font-weight:bold;*/ 
	color:black;
        padding:0px; 
	/*background:black;*/ 
	z-index:100;
	/*This is the font size directly under the photo*/ 
	font-size:16px;
        margin-top:1px
}
a.gallery:hover span 
{
	left:1px;
}
a.gallery:active 
{
	border:1px solid #eee;
}
a.gallery:active span, a.gallery:focus span 
{
	display:block; 
	position:absolute; 
	width:576px; 
        padding:0px;
	height:458px; 
	font-family: times,verdana, arial, sans-serif; 
	font-style:italic;
        /*font-weight:bold;*/  
	color:black;
	font-size:16px;         
	/*background:black;*/ 
	z-index:50;
        margin-top:1px
}
a.gallery:active span 
{
	left:1px;
}




