/* Tiny Carousel */
#slider1 { height: 1%; overflow:hidden; padding: 0 0 10px;height:200px;margin:5px 0 0 5px;}

#slider1 .viewport { float: left; width: 785px; height: 250px; overflow: hidden; position: relative;}
#slider1 .buttons { background:url('/images/buttons.png') no-repeat 0 -43px; 
display: block; 
                    margin: 30px 10px 0 0; text-indent: -999em; float: left; width: 39px; height: 43px; 
                    overflow: hidden; position: relative;
    top: 0px;
    left: 0px;
}
#slider1 .next { background-position: 0 0; margin: 30px 0 0 10px;  }
#slider1 .disable { }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 150px; left: 0; top: 0; }
#slider1 .overview li{ float: left; margin: 0 5px 0 0; padding: 1px; height: 200px; width: 150px;}

