@charset "utf-8";
/* CSS Document */

/* // Sudo Slider */
/* Numeric Navigation */
.banner .controls{position:absolute;width:100%;bottom:20px; text-align:center; left:0;}
ol.numericControls {margin:1em 0;padding:0;height:20px;font-size:0; position:relative; margin:0 auto; max-width:1204px;}
ol.numericControls li{margin:0 10px 0 0; padding:0;display:inline-block;list-style:none;height:28px;line-height:28px;}
ol.numericControls li a{display:inline-block;height:21px;line-height:21px;padding:0 12px;text-decoration:none;background:url(../images/bullet_nactive.jpg) no-repeat}
ol.numericControls li.current a{background:url(../images/bullet_active.jpg) no-repeat}
ol.numericControls li a:focus{outline:none;}

.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;margin-bottom:36px;}


.slider_2 .prevBtn{ bottom:0; width:16px;height:26px;float:left;margin:5px 5px 0 0;z-index:1000;background:url(../image/prev.png) no-repeat 0 0;cursor:pointer;}
.slider_2 .nextBtn { bottom:0; width:16px;height:26px;float:left;margin-top:5px;z-index:1000;background:url(../image/next.png) no-repeat;}

.slider_2 .controls {
    display: inline-block;
    float: right;
    padding: 0 0 0 6%;
    margin-top: 0px;
    position: absolute;
       bottom: 20px;
    right: 61px;
}
.slider_3 .controls {
    display: inline-block;
    float: right;
    padding: 0 0 0 6%;
    margin-top: 0px;
    position: absolute;
    top: -74px;
    right: 0;
}
.slider_3 .prevBtn{ bottom:; width:30px;height:30px;float:left;margin:5px 5px 0 0;z-index:1000;background:url(../images/prev.png) no-repeat ;cursor:pointer;}
.slider_3 .nextBtn { bottom:0; width:30px;height:30px;float:left;margin-top:5px;z-index:1000;background:url(../images/next.png);}
@media only screen and (min-width : 320px) and (max-width : 360px){
		.slider_2 .controls {
		
		bottom: -28px;
		right: 24px;
	}
}
@media only screen and (min-width : 480px) and (max-width : 639px){
		.slider_2 .controls {
		
		bottom: -19px;
right: 26px;
	}
}
@media only screen and (min-width : 640px) and (max-width : 767px){
		.slider_2 .controls {
   
    bottom: -18px;
    right: 61px;
}
}
@media only screen and (min-width : 768px) and (max-width : 799px){
		.slider_2 .controls {
   
   bottom: -7px;
right: 61px;
}
}

