	
	
	
/* // thumbnail list */

 #push {
	height: 43px; /* .push must be the same height as .footer */
    padding-top:10px;
}
#wrapper{
    width:986px;
    min-height: 96%;
	height: auto !important;
	height: 96%;
	text-align:left;
    margin: 0 auto -30px;
    padding:0 0px 0px 0px;
}

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