/* @override 
	http://localhost/bx/bxslider/css/styles.css
*/


/*----------------------------------------------------------------------
 HEADER
----------------------------------------------------------------------*/
#content_inner {
	width: 740px;
	position: relative;
	float:left;
	background-image: url(../images/banner_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.slides1_wrap {
	position: relative;
	width: 740px;
}


#slides1 li {
	list-style: none;
	width: 740px;
}

#slides1 li img {
	float: left;
}

.slides1_wrap .prev {
	position: absolute;
	left: 19px;
	top: 377px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 25px;
	top: 377px;
	outline: 0;
}

.bx_pager a {
	float: left;
	width: 0px;
	height: 0px;
	color: #fff;
	font-size: 0px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
	font-size:0px;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}






