#holder {
	margin-bottom:10px;
	z-index:1;
	position: relative;
	width: 800px;
}

#scrollbox {
    width: 800px;
	height:80px; 
	background:#F4F4F4; 
	overflow:auto; 
	border:1px solid #aaa; 
	margin-left: 40px;
}
	
a.gallery, a.gallery:visited {
    display: block; 
	color:#000; 
	text-decoration:none; 
	border: 0px;
	width:75px; 
	height:47px; 
	margin:3px; 
	float:left; 
	font-size:11px;
}

a.gallery span {
    display: block; 
	position: absolute;
	margin-left:0px; 
	margin-top:-1px; 
    width:1px;
	height:1px;
	overflow:hidden; 
	background:#efedec; 
	z-index:100; 
	font-size:12px;
	border: 0px;
}

a.gallery:hover {
    white-space:normal; 
	border: 0px;
}

a.gallery img {
    border: 0px;
}

a.gallery:hover img {
    border: 0px;
	z-index:100;
}

a.gallery:active img, a.gallery:focus img {
	border: 0px;
	z-index:50;
}

a.gallery:active {
    border: 0px;
}

a.gallery:active span, a.gallery:focus span, a.gallery:hover span {
    display:block; 
	position:absolute; 
	width:850px; 
	height:475px; 
	top:5px;
	left:36px;
	padding:5px; 
	color:#000; 
	background-color:#FFFFFF; 
	z-index:50;
	border: 0px;
}

#thumbs {
	height:60px;
}

#pad {
	height:500px; 
	width:900px;
}

.default_image {
    display:block; 
	position:absolute; 
	width:850px; 
	height:475px; 
	top:5px;
	left:36px;
	padding:5px; 
	color:#000; 
	background-color:#FFFFFF; 
	z-index:-1;
	font-size: 12px;
	border: 0px;
}

.gallery_caption {
    float: right;
	width: 200px;
}
