#holder {
	position:relative; 
	height: 500px;
	width: 501px;
	
	
	margin-bottom:10px; 
	z-index:1;
	
	}
	
#scrollbox {
	width:500px; 
	height: 93px;
	background:#f4f4f4; 
	overflow:auto; 
	border:1px solid #aaa; 
	margin: 0px 0 0 0;
	}
	
a.photoGallery,/* the individual thumb boxes*/
a.photoGallery:visited 
	{display:block; 
	color:#000; 
	text-decoration:none; 
	border:0; 
	/*width:106px;*/ 
	height:70px; 
	margin:3px; 
	float:left; 
	font-size:11px;
	}
	



a.photoGallery span.full { /* full size image area*/
	display:block; 
	position:absolute; 
	left:0px; 
	top:105px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
	background:#efedec; 
	z-index:100; 
	font-size:11px;
	border: 0;
	
	}
a.photoGallery:hover {white-space:normal; border:0;}
a.photoGallery:hover img {z-index:100;}

a.photoGallery:active img, 
a.photoGallery:focus img {z-index:50;}


	
a.photoGallery:hover span.full {
	display:block; 
	position:absolute; 
	width:504px; 
	height:450px;
	text-align: center; 
	border:1px solid #696969;  /*ah ha*/
	top:97px; 
	left:0px; 
	padding:0px; 
	font-style:normal; 
	color:#fff; 
	background:#696969; 
	z-index:100; 
	font-size:11px;}
	
* html a.photoGallery:hover span.full {left:1px; border: 0;}

a.photoGallery:active {border:0;}

a.photoGallery:active span.full, 
a.photoGallery:focus span.full {
	display:block; 
	position:absolute; 
	width:504px; 
	height:450px; 
	top:97px; 
	left:0px;
	padding:0px; 
	border: 0; /*ah ha*/
	font-style:normal; 
	color:#fff; 
	background:#696969;
	text-align: center; 
	z-index:50;}
	
* html a.photoGallery:active span.full {left:0px; border: 0;
}


#photos_nav
{
margin-bottom: 1em;
overflow: hidden;
width: 460px;
}

#title_list
{
list-style-type: none;
margin: 0;
padding: 0;
}

#title_list li
{
border-left: 1px solid #aaaaaa;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#title_list li a,
#title_list li a:link,
#title_list li a:active,
#title_list li a:visited {
	color: #aaaaaa;
	border:0;
	
	
}

#title_list li a:hover {
	color: white;
}