#wrapper{
    width:800px;
    min-height: 96%;
	height: auto !important;
	height: 96%;
	text-align:left;
    margin: 0 auto 0px;
    padding:0 10px 0px 10px;
}

.clearfix{
	clear:both;
	float:none;
}
#bigPic{
	width:800px;
	height:426px;
	padding:1px;
	border:1px solid #CCC;
	background-color:#ccc;
	margin-bottom:10px;
}
#bigPic img{
	position:absolute;
	left:150px;
	display:none;
}
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;
	height:150px;
	line-height:212px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}