@charset "utf-8";
/* CSS Document */

/* // Sudo Slider */
/* Numeric Navigation */

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;}

 .controls{display:inline-block; float:right; margin-top:0px;}
 .prevBtn{ bottom:0; width:16px;height:16px;float:left;margin:5px 5px 0 0;z-index:1000;background:url(../images/prev_btn.jpg) no-repeat 0 0;cursor:pointer;}
.nextBtn { bottom:0; width:16px;height:16px;float:left;margin-top:5px;z-index:1000;background:url(../images/next_btn.jpg);}



