@charset "utf-8";
/* CSS Document */

.banner_wrap {
	position: relative;
	float: left;
}

.banner-bottom {
	height: 26px;
	background: url(../images/bg-bottom.png);
}

.banner_texts {
	display: none;
}


.banner_text {
	
}

.banner_text h2 {
	display: none;
}
.banner_text h3 {
	font-size: 22px;
	color: #fff;
}

.banner_overlay {
	display: none;
}

.banner {
	width: 660px;
	height: 370px;
	display: none;
	float: left;
}

.banner_loading {
	width: 660px;
	height: 370px;
	background: url(../images/loader.gif) no-repeat center center;
	float: left;
}

.banner_text_wrap {
	position: absolute;
	bottom: 50px;
	left: 0;
	max-width: 280px;
	z-index: 1000;
	background: url(../images/bg-tagline.png);
	padding: 5px 14px;
}

#banner_pager {
	display: none;
}

#banner_pager li {

}

#banner_pager li a {

}
#banner_pager li:hover>a,
#banner_pager li.activeSlide>a {

}

.banner-prev,
.banner-next {
	display: none;
}

.banner-prev { }

.banner-next {

}