
/*.bx-wrapper {
	width: 330px;
	margin: 0 auto;
	position: relative;
}*/
.bx-wrapper .bx-pager {
	text-align: center;
        margin-top: 0px;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper 
{
	width: 100%;
	margin: 0px auto 0px auto;
	position: relative;
}
.bx-pager 
{
	position: absolute;
	width: 100%;
	bottom:20px;
	text-align: center !important;
	display:block;
}
.bx-pager a 
{
	background: #FFF;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	-moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
	-webkit-border-radius: 5px;/*角丸指定*/
	border-radius: 5px;/*角丸指定*/
}
.bx-pager a:hover,
.bx-pager a.active 
{
	background: #BBB;
}
.bx-prev 
{
	left: 10px;
	background: url(controls.png) no-repeat;/*prev用画像*/
	display:block;
}
.bx-next 
{
	right: 10px;
	background: url(controls.png) no-repeat -68px 0px;/*next用画像*/
	display:block;
}
.bx-controls-direction a 
{
	position: absolute;
	margin-top: auto;
	width: 58px;/*使用画像に応じて指定*/
	height: 58px;/*使用画像に応じて指定*/
	text-indent: -9999px;/*画像置換のためテキストを押しやる*/
	z-index: 9999;
	top: 0%;
	margin-bottom: auto;
	bottom: 0px;
}
