/* Style sheet slider */
.anythingSlider{width:960px;height:260px;position:relative;margin:0;}
.anythingSlider .wrapper{width:960px;height:260px;left:0;top:0;position:absolute;overflow:auto;margin:0;}
.anythingSlider .wrapper ul{width:99999px;top:0;left:0;position:absolute;margin:0;list-style: none;background: #eee;}
.anythingSlider ul li{width:960px;height:260px;float:left;display:block;margin:0;padding:0;}
.anythingSlider .arrow{width:50px;height:50px;top:60px;position:absolute;display:block;background: url(../tl_files/imaslider/arrows.png) no-repeat 0 0;text-indent: -9999px;cursor: pointer;}
.anythingSlider .forward{right:10px;background-position: -50px 0;}
.anythingSlider .back{left:10px;background-position: 0 0;}
#thumbNav{left:4px;top:234px;position:relative;text-align:left;}
#thumbNav a{height:18px;display:inline-block;margin:0 5px 0 0;padding:2px 8px;text-align:center;color: black;font: 11px/18px Arial;background: #ccc;}
#thumbNav a:hover{background-image:url("none");}
#thumbNav a.cur{background: #8C8C8C;}
#start-stop{width:40px;height:18px;right:4px;top:234px;position:absolute;display:inline-block;padding:2px 8px;text-align:center;background: #CF0006;font: 11px/18px Arial;color: white;}
#start-stop.playing{background-color:#000000;}
#start-stop:hover{background-image:url("none");}
.anythingSlider .wrapper ul ul{width:auto;position:static;overflow:visible;margin:0;border:0;background: none;}
.anythingSlider .wrapper ul ul li{width:auto;height:auto;float:none;background: none;}

