/* Uncomment this if you wan't to only have 1 visible slide before the javascript kicks in.
#slider li {display:none;}	
#slider li:first-child {display:block;}
*/

/* // Sudo Slider */
/* Numeric Navigation */
/* ol {margin:1em 0;padding:0;height:28px;	}
ol li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
ol li a{float:left;height:28px;line-height:28px;border:1px solid #ccc;background:#DAF3F8;color:#555;padding:0 10px;text-decoration:none;}
ol li.current a{background:#5DC9E1;color:#fff;}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;} */

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

.prevBtn, .nextBtn {display:block;width:36px;height:114px;margin-top:-13px;position:absolute;left:0px;top:40%;z-index:1000;
___background:url(images/btn-prev.png) no-repeat 0 0;cursor:pointer;}	
.nextBtn{left:auto;right:0px;}														
.nextBtn {___background:url(images/btn-next.png) no-repeat 0 0;}	
#sudoslider{
	
  height:300px !important;
  overflow:hidden;
}
#sudoslider li{
      width:653px;
}