
#banner{
	background:url(../images/banner-bg.png);
	width: 960px;
	height: 326px;
	float: inherit;
}
.banner-box{
	margin: 25px 507px auto 5px;
	padding: 5px;
	border: 1px solid #fff;
}
.banner-box li{

	color:#F00;
	font-size:14px;
	margin-left: 10px;
}
.banner-box p{
	color: #000;
	margin-left: 4px;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
}
#content{
	width: 920px;
	height: auto;
	clear:both;
	float:inherit;
	padding: 5px 10px 5px 10px;
}

#slideshow {
	margin:0 auto;
	width: 960px;
	height: 200px;
	background: #FFF;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 900px;
  height: 200px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  width: 880px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 200px;
  margin:0 auto;  
}

.slide img {
	float:left;
	margin-right: 5px;
	border:none;
}
#slideshow #slidesContainer .slide a{
	color: #333;
	text-decoration: none;
}

#slideshow #slidesContainer .slide a:hover {
	text-decoration: none;
}


/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width: 30px;
  height: 200px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 0;
  left:0;
  background:transparent url(../images/slider_left_control.png) no-repeat 0 0;
}
#rightControl {
  top: 0;
  right:0;
  background: transparent url(../images/slider_right_control.png) no-repeat 0 0;
}
