#wrapper{
    width:598px;   
	height: auto !important;
	height:310px;
	text-align:left;
    margin: 0;
    padding:0 2px 0px 5px;	
}

.clearfix{
	clear:both;
	float:none;
}
#bigPic{
	width:596px;
	height:310px;		
	margin-bottom:5px;
}
#bigPic img{
	position:absolute;
	display:none;
}
ul#thumbs li.active{
	border:2px solid #000;	
	background:#fff;	
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li{
	float:left;	
	margin-bottom:5px;
	border:2px solid #FFF;	
	padding:2px;
	cursor:pointer;
}
ul#thumbs img{
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}