.bx-wrapper {
	width: 600px;
	margin: 0 auto;
	position: relative;
        border:none;
        padding:8px 20px 20px 20px;
        background-color:rgba(255,255,255,0.5);
}
.bx-wrapper .bx-pager {
	text-align: center;
        margin-top: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	z-index: 9999;
}
.bx-pager a {
	background: #666;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
	-webkit-border-radius: 5px;/*角丸指定*/
	border-radius: 5px;/*角丸指定*/
}
.bx-pager a:hover,
.bx-pager a.active {
	background: #000;
}
.bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: 0;
	width: 30px;
	height: 30px;
	z-index: 9999;
 	color: #fcfcfc;
	text-decoration: none;
	font-size: 35px;
	font-weight: bold;
	-moz-text-shadow: 1px 1px 2px #333333;
	-webkit-text-shadow: 1px 1px 2px #333333;
	text-shadow: 1px 1px 2px #333333;
}
.bx-prev {
	left: 10px;
}
.bx-next {
	right: 5px;
}