@charset "utf-8";
/* CSS Document */

#thumbs{
    width:500px;
	height:auto;
}   
#scroll {
	width:445px;
	height:205px;
	overflow-x:hidden;
	overflow-y:scroll;
}
#thumbs div {
    margin:5px;
	width:133px;
	height:110px;
	float:left;
}   
#thumbs div img{    
	border:none;    
	display:block;    
	margin:5px auto;  
} 
#bigDynPic{            
	background-image:url(../img/li_bg.png);            
	position:absolute;
	top:220px;
	_top:227px;
	left:auto;                             
	padding:0px;
	text-align:center;
} 
#bigDynPic p {
	margin-top:5px;
	margin-bottom:2px;
}
#imagespace {
	height:350px;
	width:445px;
	background-color:#666666;
	border-bottom:4px solid #E0E0ED;

}
#loader {
	position:absolute;
	top:200px;
	left:auto;                             
	padding:0px;
	text-align:center;
	background-color:#006633;
	z-index:9999;
}