#bigPic{
	width:330px;
	height:310px;
	border:1px solid #f5f0ed;
	padding:2px;
} 
#bigPic img{
	position:absolute;
	display:none;
}

ul#thumbs li.active{
	border:1px solid #bda996;
	background:#fff;
}
ul#thumbs{ margin:5px 0 0 0; padding:0;}
ul#thumbs li{
	margin:3px 0 0 0;
	padding:1px 1px 1px 1px;
	height:59px;
	list-style:none;
}
ul#thumbs li{
	float:left;
	margin-right:6px;
	width:60px;
	height:45px;
	border:1px solid #e6e6e6;
	background:#fff;	
	cursor:pointer;
}
ul#thumbs img{
	float:left;
	top:0;
	bottom:0;
	overflow:hidden;
	position:relative;
	z-index:1;		
}