
.next { position:absolute; top:60px; right:-20px; z-index:999; width: 30px; height: 30px; text-indent: -999999px; background: url(next.png) no-repeat 0 0px; cursor: pointer;}

.previous{ position:absolute; top:60px; left:-20px; z-index:999; width: 30px; height: 30px; text-indent: -999999px; background: url(prev.png) no-repeat 0 0px; cursor: pointer;}

/*next/prev button hover state*/
.next:hover,
.previous:hover { background-position:  0 -30px; cursor: pointer;}

#slides{height:auto; width: auto; overflow:hidden; padding: 0px; margin: 0px;}	
UL#slides li {list-style-type: none; }
UL#slides li a {list-style-type: none;}

#loopedslider { margin:0px auto; width:880px; position:relative; clear:both;}
.container {width:860px; height:340px; margin:0px auto; overflow:hidden; position:relative;}
.slides { position:absolute; top:0px; left:0px;}
.slides > div {  width:860px; display:none; padding: 0px 12px;}

OL,UL{list-style-type: none;}
LI{list-style-type: none;}
