@charset "utf-8";
.bx-wrapper {position:relative;overflow:hidden;z-index:0;margin:0 auto;max-width:100%;max-height:100%;}
.bx-wrapper a:active{background-color:transparent;}
/* LOADER */
.bx-loading {min-height:50px;background:url(../img/loading.gif) center no-repeat;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2;}
/* PAGER */
.bx-pager,.bx-controls-auto {position:absolute;bottom:15px;z-index:1;line-height:8px;}
.bx-pager {left:0px;}
.bx-pager .bx-pager-item,.bx-controls-auto .bx-controls-auto-item {display:inline-block;*zoom:1;*display:inline;vertical-align:middle}
.bx-pager a {background-color:#ddd;text-indent:-9999px;display:block;width:11px;height:11px;margin:0 7px 0 0;border-radius:50%;font-size:0;line-height:0}
.bx-pager a:hover,.bx-pager a.active {background-color:#333;}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction a {position:absolute;top:50%;margin-top:-22px;outline:0;width:26px;height:46px;font-size:0;line-height:0;text-indent:-9999px;background-image:url(../img/controls.png);background-repeat:no-repeat;z-index:2}
.bx-controls-direction a.disabled {display:none;}
.bx-prev {left:10px;background-position:0 -233px;}
.bx-next {right:10px;background-position:-51px -233px;}
.bx-prev:hover {background-position:0 -172px;}
.bx-next:hover {background-position:-51px -172px;}
/* AUTO CONTROLS (START / STOP) */
.bx-controls-auto {text-align:center;margin-right:10px;z-index:2}
.bx-start {display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(../img/controls.png) -86px -11px no-repeat;margin:0 3px;}
.bx-start:hover,.bx-start.active {background-position:-86px 0;}
.bx-stop {display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(../img/controls.png) -86px -44px no-repeat;margin:0 3px;}
.bx-stop:hover,.bx-stop.active {background-position:-86px -33px;}
/*CAPTION*/
.bx-caption {position:absolute;bottom:0;left:0;background:url(../img/bk60.png);width:100%;}
.bx-caption span {color:#fff;display:block;padding:8px 10px 10px;font-weight:bold;}