

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}



 
.header{

}


   


   .header .banner{
       width:1077px;
       height:400px;
       float:left;
      }


   .header .banners .banner{
   	   position: relative;
   	   z-index: 1;
       width: 1077px;
       height: 400px;
       overflow: hidden;
       float:left;
       border: none;
		}


.clear_float{
    clear: both;
}


.banner_loading {
	position: absolute;
	top: 0;
	left: 0;
	height: 1077px;
	width: 90px;
}
.bannerListWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 1077px;
	height: 90px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.bannerInner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1077px;
	height: 90px;
	z-index: 1;
	background: transparent;
}
.bannerInner {
	background: #111 no-repeat 0 bottom;
	opacity: 0.33;
	filter:alpha(opacity=33);
}
.bannerListWrap ul {
	position: relative;
	margin: 10px auto;
	width: 1077px;
	z-index: 2;
	text-align: left;
	list-style-type: none;
}
.bannerListWrap li {
	float: left;
	background: transparent url(../images/headerload.gif) no-repeat center center;
	width: 140px;
	height: 90px;
}
.bannerListWrap img {
	display: block;
	margin: 0 6px 0 0;
	width: 120px;
	height: 64px;
	border: 2px solid #000;
	cursor: pointer;
}
.bannerListWrap li.active img {
	border-color: #fff;
	cursor: default;
}
.bannerListWrap img:hover {border-color: #369;}





a.banner {
	text-decoration: none;
}

a.banner *.contextual {
	position: absolute;
	left: 0;
	top: 0;
	margin:0;
	width: 1077px;
	
}

a.banner *.contextual h2 {
	margin: 0;
	padding: 0 0 0 19px;
	font: bold 24px Arial, Helvetica, sans-serif; 
	color: #fff;
	text-transform: uppercase;
	height:40px;
	min-height:40px;
	line-height:40px;
	background:#1c378d;
	border-bottom:1px solid #fff;
}

a.banner *.contextual p {
	margin: 0;
	padding: 6px 0 6px 19px;
	font: bold 12px Arial, Helvetica, sans-serif; 
	color: #fff;
	background:url(../images/semitrans.png);
}

a.banner *.contextual.collapsed *.collapsed {
	display: none;
}


