/* Style sheet slider */
*{margin:0;padding:0;}
#slider-wrap{width:965px;margin-right:auto;margin-left:auto;padding:15px;background: white;}
.anythingSlider{width:965px;height:360px;position:relative;}
.anythingSlider .wrapper{width:885px;height:341px;left:0;top:0;position:absolute;overflow:auto;margin: 0 40px;}
.anythingSlider .wrapper ul{width:9999px;top:0;left:0;position:absolute;margin:0;border-top:3px solid #e0a213;border-bottom:3px solid #e0a213;list-style: none;background: #eee;}
.anythingSlider ul li{width:885px;height:317px;float:left;display:block;margin:0;padding:0;background-color:#ffffff;}
.anythingSlider h2{margin-top:20px;}
.anythingSlider .arrow{width:67px;height:200px;top:65px;position:absolute;display:block;background:url("tl_files/layout_images/slider/arrows.png") left top no-repeat;text-indent: -9999px;cursor: pointer;}
.anythingSlider .forward{right:-20px;background-position: 0 0;}
.anythingSlider .back{left:-20px;background-position: -67px 0;}
.anythingSlider .forward:hover{background-position: 0 -200px;}
.anythingSlider .back:hover{background-position: -67px -200px;}
#thumbNav{top:323px;position:relative;display:none;text-align:center;}
#thumbNav a{height:18px;display:inline-block;background-color:#c58b04;background-image:url("tl_files/layout_images/slider/cellshade.png");background-repeat:repeat-x;color:#black;font: 11px/18px;Georgia, Serif;margin: 0 5px 0 0;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;}
#thumbNav a:hover{background-image:url("none");}
#thumbNav a.cur{background: #e0a213;}
#start-stop{width:40px;right:45px;top:323px;position:absolute;padding:2px 5px;text-align:center;background-image:url("../images/cellshade.png");background-repeat:repeat-x;color:#white;background: green;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;}
#start-stop.playing{background-color:#red;}
#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;}

