/*For Main BANNER */
#images {
	/*border:2px solid #9ac1c9; */ 
	background:#eef5f6; margin-bottom:20px;
	width: 500px;
}
#image {
	position:relative; width:300px; 
	height : 120px;
	/*padding:5px; border:2px solid #666;  */
	background:#FFF url(loading.gif) center center no-repeat;
}

#image img {
	position:absolute; 
	left:0px;
	top:0px;
	width: 500px;
	height : 250px;
	/*top:5px; left:5px;*/
}

#thumbwrapper {
	margin-top:10px; padding:5px 0; width:500px; height:100px; border:2px solid #666; background:#FFF;
	DISPLAY: none; VISIBILITY: hidden
}
#thumbarea {
	position:relative; overflow:hidden; 
	height:100px; width:500px; 
}

#thumbs {
	position:absolute; list-style:none; 
	margin-left:5px; height:100px; width:10000px; 
	border-right:5px solid #FFF;
}

#thumbs li {
	float:left; 
	margin-right:5px; 
	cursor:pointer;
}


