.bx-wrapper {
overflow: hidden;
width: 100% !important;
}
#SliderUnit {
height: 480px;
width: 100%;
overflow: hidden;
}
#slider .slideBlock {
width:1000px !important;
}
div.bx-viewport {
width: 1000px !important;
margin: 0 auto !important;
overflow: visible !important;
}
.bx-controls {
position: relative;
margin: 0px auto;
text-align: center;
}
.bx-pager {
position: absolute;
top: -46px;
left: 0px;
right: 0px;
z-index: 2;
width: 1000px;
margin: auto;
text-align: center;
line-height: 1em;
}
.bx-pager .bx-pager-item {
padding: 0px 0px 5px 0px;
display: inline-block;
}
.bx-pager .bx-pager-item a {
display: block;
width: 16px;
height: 16px;
overflow: hidden;
margin: 0px 12px;
text-indent: -100px;
outline: 0;
background: URL(../../images/main/main_img/img_nav_bt.png) center center no-repeat;
}
.bx-pager .bx-pager-item a:hover {
opacity: 0.5;
}
.bx-pager .bx-pager-item a.active {
background: URL(../../images/main/main_img/img_nav_bto.png) center center no-repeat;
}


.bx-controls-direction {
margin: 0 auto;
width: 100%;
}
.prev-next {
margin: 0 auto;
position: relative;
width: 100%;
z-index: 100;
}
.bx-prev {
display: block;
width: 30px;
height: 100px;
position: absolute;
top: -300px;
left:  20px;
z-index: 100;
background: URL(../../images/main/main_img/prev.png) center center no-repeat;
}

.bx-next {
display: block;
width: 30px;
height: 100px;
position: absolute;
top: -300px;
right:  20px;
z-index: 100;
background: URL(../../images/main/main_img/next.png) center center no-repeat;
}



div#bg_slider {
position: relative;
width: 1000px;
margin: 0 auto;
z-index: 1;
}
div#bg_left {
width: 1000px;
height: 480px;
position: absolute;
top: -480px;
right: 1000px;
background: rgba(255,255,255,0.5);
z-index: 2;
}
div#bg_right {
width: 1000px;
height: 480px;
position: absolute;
top: -480px;
left: 1000px;
background: rgba(255,255,255,0.5);
z-index: 2;
}