
/*#container {margin:0 auto;position:relative;text-align:left;width:1000px;background:#fff;margin-bottom:2em;}*/

/* // Sudo Slider */
#slider {width: 900px} /* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */


.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

.prevBtn, .nextBtn {display:block;width:30px;height:77px;position:absolute;left:-30px;top:100px;z-index:1000;background:url(../images/btn_prev.png) no-repeat 0 0;cursor:pointer;}	
.nextBtn{left:1000px;}														
.nextBtn {background:url(../images/btn_next.png) no-repeat 0 0;}