/* SLIDER ---------------------------------- */
ul#slider1 {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	height: 388px;
	width: 980px;
}
ul#slider1 li {
	padding: 0;
	margin: 0;
	zoom:1;
	width: 980px;
	position: relative;
	height: 388px;
}
ul#slider1 div.ss_img{
	top: 0;
	left: 0;
	position: absolute;
	height: 300px;
}
ul#slider1 h2{
	position: absolute;
	top: 330px;
	left: 0;
}
.bx-wrapper{
	position:relative;
}
.bx-pager-item{
	display: inline;
}
/*next button*/
.bx-next {
	position:absolute;
	top:0;
	right: 0;
	z-index:999;
	width: 28px;
	height: 320px;
	background: #444 url(../../../../img/pages/index/ss_ar_r.png) no-repeat center center;
	text-indent: -999999px;	
/*	background: url(gray_prev.png) no-repeat 0 -30px; */
	opacity: 0.20;
	-moz-opacity: 0.20;
	filter: alpha(opacity=20);
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:0;
	left: 0;
	z-index:999;
	width: 28px;
	height: 320px;
	background: #444 url(../../../../img/pages/index/ss_ar_l.png) no-repeat center center;
	text-indent: -999999px;	
/*	background: url(gray_prev.png) no-repeat 0 -30px; */
	opacity: 0.20;
	-moz-opacity: 0.20;
	filter: alpha(opacity=20);
}
/*pager links*/
.bx-pager a {
	margin-right: 7px;
	color: #fff;
	width: 20px;
	font-size: 1px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	display: inline-block;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-prev:hover,.bx-next:hover{
	opacity: 0.40;
	-moz-opacity: 0.40;
	filter: alpha(opacity=40);
}

/*pager links hover and active states*/
.bx-pager .active,
.bx-pager a:hover {
	color: white;
	background-position: 0 0;
}
.bx-pager a:active {
	color: white;
}

/*pager wrapper*/
.bx-pager {
	width: 240px;
	height: 20px;
	position: absolute;
	text-align:right;
	color:#666;
	right: 0;
	top: 332px;
}
/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}











