#push {
	height: 43px; /* .push must be the same height as .footer */
    padding-top:10px;
}
#wrapper1{
    width:920px;
    /*min-height: 96%;*/
	height: auto !important;
}

.clearfix1{
	clear:both;
	float:none;
}
#bigPic{
	width:920px;
	height:210px;
	/*background: #ccc;*/
	overflow: hidden;
	margin: 0;
}
#bigPic img{
	position:absolute;
	display:none;
	width: 920px;
	height: 210px;
}
ul#thumbs li.active{
	/*border:2px solid #610300;*/
	border:0;
	color:#fff;
	background:#610300;
	padding:4px;
	border-radius: 5px 5px 5px 5px;
}
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 #023962;*/
	border:0;
	color:#fff;
	background:#023962;
	padding:3px;
	cursor:pointer;
	border-radius: 5px 5px 5px 5px;
}
ul#thumbs img{
	float:left;
	width:44px;
	height:44px;
	line-height:44px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}