
.bx-wrapper {position: relative;margin: 0 auto;text-align:left; width:750px; height:425px;*zoom: 1; overflow:hidden;}
.bx-wrapper img {display: block; float:right; }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position:absolute; right:0; top:20px;width:100px; height:15px; }


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: left;
	font-weight: bold;
	position:absolute; 
	width:
	color: #666;
	bottom:23px;

	z-index:99999;
	margin-left:30px;
	top:500px;
	right:30px;



}


.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: #9d9d9d;
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 5px;
	margin: 0 3px;
	
	z-index:999;
	background:#fff;
	}



.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#00deff;
	}



/* DIRECTION CONTROLS (NEXT / PREV)

.bx-wrapper .bx-prev {left:50%;  margin-left:-377px;background:url(http://test6.gamgakdesign.com/images/main/main_left.png)  no-repeat;  width:46px;height:60px;}
.bx-wrapper .bx-next {left:50%; margin-left:330px;background: url(http://test6.gamgakdesign.com/images/main/main_right.png)  no-repeat;width:46px;height:60px;}
.bx-wrapper .bx-prev:hover {background:url(http://test6.gamgakdesign.com/images/main/main_left.png)  no-repeat; width:46px;height:60px;}
.bx-wrapper .bx-next:hover {background:url(http://test6.gamgakdesign.com/images/main/main_right.png)  no-repeat;  width:46px;height:60px;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 140px;width:46px;height:60px;text-indent: -9999px;z-index: 9999;} */

/* 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: 15px;
	height: 15px;
	background: url(/images/sub/stop.png) no-repeat;
	margin: 0 3px;
	border:1px solid red;
}

.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: 15px;
	height: 15px;
	background: url(/images/sub/start.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;
}