
.bx-wrapper {position: relative;margin: 0 auto;padding: 0;text-align:left; width:1000px; height:320px;*zoom: 1;}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position:absolute; left:50%; margin-left:-37px; bottom:0;  z-index:100;}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-weight: bold;
	position:absolute;
	color: #666;
	bottom:15px;
	z-index:99999;



}


.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;

}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 3px;

	z-index:999;
	
	background:url(../../images/main/off.png) no-repeat;
	}



.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
		background:url(../../images/main/on.png) no-repeat;
		width:14px; height:14px;
	}



/* DIRECTION CONTROLS (NEXT / PREV) */

/*.bx-wrapper .bx-prev:hover {background:url(/images/main/left.png)  no-repeat;width:50px;height:50px;}
.bx-wrapper .bx-next:hover {background:url(/images/main/right.png)  no-repeat;  width:50px;height:50px;}*/
.bx-wrapper .bx-controls-direction a {position: absolute; top:200px;width:27px; height:54px;text-indent: -9999px; z-index: 9999; display:none;}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
	display:none;
}	

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 8px;
	height: 11px;
	background: url(/images/sub/st1op.png) no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position:0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	background: url(/images/sub/g1o.png) no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position:center;
}
