
.clearfix{
	clear:both;
	float:none;
}
#bigPic{
	width:515px;
	height:400px;
	padding:1px;
	margin-bottom:10px;
	overflow:hidden;
}
#bigPic img{
	position:absolute;
	display:none;
	max-width:515px;
	height:400px;
}
ul#thumbs li.active{
	border:2px solid #000;	
	background:#fff;
	padding:2px;
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li{
	float:left;
	margin-right:7px;
	margin-bottom:5px;
	border:1px solid #CCC;	
	padding:3px;
	cursor:pointer;
}
ul#thumbs img{
	float:left;
	width:80px;
	height:80px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}