#gallery-controls, #gallery-controls-background{
	position: absolute;
	top: 57px;
	right: 18px;
}
#gallery-controls-background{
	width: 200px;
	height: 30px;
	background-color: #1d2225;
}
#gallery-controls .left{
	margin-top: 5px;
	margin-right: 0px;
	color: #fff;
	padding-left: 26px;
	padding-right: 32px;
	font-size: 13px;
	line-height: 20px;
	background: url(../images/gallery-info-divider.png) no-repeat right center transparent;
}
#gallery-controls .right{
	margin: 4px;
	margin-left: 2px;
}
#gallery-controls .right span{
	display: inline-block;
	width: 29px;
	height: 22px;
	margin-left: 3px;
}

#banner-gallery {
	width: 970px;
	height: 427px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	border-top: 5px solid #0580d8;
	border-bottom: 5px solid #0580d8;
}
#banner-gallery img.run{
	display: none;
	position: absolute;
}

#banner-nav{
	position: absolute;
	width: 970px;
	height: 39px;
	background: url(../images/banner-nav-bg.png) repeat-x center transparent;
}
#banner-nav .left a{
	display: block;
	float: left;
	padding: 12px 16px 0;
	height: 27px;
	font-size: 12px;
	font-weight: 700;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
#banner-nav .left a.active{
	background-color: #0580d8;
}
#banner-nav .left a:hover{
	background-color: #0580d8;
}
#banner-nav .right{
	padding: 12px 33px 0;
	height: 27px;
	font-size: 12px;
	font-weight: 700;
	background-color: #0580d8;
	color: #fff;
}

#banner-text {
	position: absolute;
	bottom: 18px;
	left: 18px;
	width: 588px;
	background: url(../images/banner-text-bg.png) repeat center transparent;
	color :#fff;
}
#banner-text h3 {
	font-size: 200%;
	margin: 10px 17px 0;
}
#banner-text p {
	margin: 0 17px 15px;
}