
#thumbscontainer {
	margin-left		: 20px;
	width 			: 920px;
	height 			: 375px;
	margin-top		: 20px;
	overflow 		: visible;
	border			: 0px solid #000;
	
}

#thumbs {
	
	width 			: 	390px;
	height 			: 	375px;
	overflow		:	auto; 
	list-style		:	none;	
	top 			: 40px;	margin-left		: 10px;	margin-bottom	: 0px;	margin-right	: 0px;

	border	: 0px solid #000;
	} 

#thumbs li {float:left;} 
#thumbs a {display:block; padding:5px; outline:none;} 
#thumbs a:hover, #thumbs a:focus {background:#fff;} 
#thumbs a.active {background:#000;} 

#viewer {
	
	width			: 480px; 
	height			: 360px; 
	overflow		: hidden;
	position		: absolute; 

	margin-left		: 430px;
	margin-top		: -375px;
	
	border	: 0px solid #000;
} 
#viewer img[src*="loader"] {position:absolute; left:50%; top:50%; margin:-15px 0 0 -15px;}
