

/* thumbnail list */

	
	
	
		
	
	
/* // thumbnail list */




 #push {
	height: 43px; /* .push must be the same height as .footer */
    padding-top:10px;
}
#wrapper{
    height: auto !important;
    margin: 0 auto -30px;
    min-height: 96%;
    padding: 0 10px 0 0;
    text-align: left;
    width: 422px;
}

.clearfix{
	clear:both;
	float:none;
}
#bigPic{
background-color: #FFFFFF;
    border: 1px solid #999999;
    float: left;
    height: 299px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 3px;
    width: 412px;
   
}

#bigPic img{
	display: none;
    max-height: 299px;
    position: absolute;
    max-width: 412px;
    margin: 0 auto;
}
ul#thumbs li.active{
	border:2px ;	
	background:#fff;
	padding:2px;
	border-style:dashed;
	border-color:#414141;
}
ul#thumbs{
	    margin: 0;
    padding: 0;
    list-style: none;
    width: 80px;
    float: left;
}
 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:54px;
	height:45px;
	line-height:50px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}