@charset "utf-8";
/* CSS Document */

.banner_wrap {
    float: left;
    height: 338px;
    position: relative;
    width: 712px;
	/*background: #ecedec;*/
}

.banner_texts {
	display: none;
}

.banner_text {
    color: #FFFFFF;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 20px;
}

.banner_overlay {
	background: url(images/bg-banner.png) no-repeat;
	width: 714px;
	height: 343px;
	position: absolute;
	top: 0;
	left: 0;
}

.banner {
	width: 700px;
	height: 329px;
	float: left;
	margin: 7px 0 0 7px;
	display: none;
}

.banner_text_wrap {
    background: url("images/bg-tagline.png") repeat-x;
    bottom: 2px;
    height: 36px;
    left: 7px;
    position: absolute;
    width: 700px;
    z-index: 999;
}

#banner_pager {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 212px;
	height: 196px;
	padding:0;
	margin:0;
	display: none;
}

#banner_pager li {
    cursor: pointer;
    height: 66px;
    margin: 0 9px 0 0;
    width: 203px;
}

#banner_pager li a {
	text-decoration: none;
	color: #eb6e1f;
	background: url(images/btn-pager.png) no-repeat;
	height: 56px;
	width: 202px;
	display: block;
	overflow: hidden;
	padding: 10px 0 0 10px;
}

#banner_pager li a:hover { background-position: bottom; }

#banner_pager li.activeSlide h1 {
	color: #EB7A1A;
}

#banner_pager li.activeSlide a { background-position: bottom; }

#banner_pager h1 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 0;
}
#banner_pager h2 {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}
#pager_banner {
    position: absolute;
    right: 13px;
    top: 307px;
	z-index:5000;
}
#pager_banner a {
    background: url(images/bg-pager.png) no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    margin-left: 2px;
    text-decoration: none;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
}
#pager_banner a.activeSlide,
#pager_banner a:hover {
	background-position: bottom;
}