#slider {position: relative; width:500px; height: 300px; margin: 0 auto;}
#slider .holder_cont {position: relative; overflow: hidden; width:500px;height:300px;}
#slider .holder {width: 10000px;}
#slider .slide {position: relative; float:left; width:500px;height: 300px; list-style:none;}
#slider .slide .caption {display: none; position: absolute; left: 0; width:500px;background: #FFF; padding: 10px; opacity: 0.8;}                
#slider .slidebutton {position: absolute;}
#slider .prev {bottom: 33%; left: -100px;}
#slider .next {bottom: 33%; right: -100px;}
#slider  h4 {font-size: 18px; font-weight: bold; margin-bottom: 15px;}
#slider .clear {clear:both;}
#slider ul li {margin-left:0 !important;}
