#marquee { /* fix */ position: relative; top: -12px; margin-bottom: -12px; top: 0px; margin: 0px;  }
#marquee {
	width:949px;
}
#marquee h2 { position: absolute; overflow: hidden; text-indent: -2000em }
#marquee h2 img { position: absolute; top: 0px; left: 0px }
#marquee p { position: absolute }
.cl { clear: left } .cr { clear: right }
#marquee ul {
	position: relative;
	width: 949px;
	height: 269px;
	overflow: hidden;
}
  #marquee li {
	width: 0px;
	height: 269px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	overflow: hidden;
	background: white;
	display: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #125788;
}
  #marquee li.f {
	width: 949px;
	display: list-item
}
  #marquee li.n { display: list-item; z-index: 11 }
  .main-c .tp {
	width: 949px;
} /* <-- IE6 ONLY --*/
.main-c .bd {
	width: 949px;
	border-bottom:2px solid #cccccc;
} /* <-- IE6 ONLY --*/
.main-c .ft {
	margin-top: -12px;
	width: 949px;
	display: none;
} /* <-- IE6 ONLY --*/
