/* anythingSlider v1.0 */

.anythingSlider {position:relative; width:980px; height:465px; margin:0 auto;}
.anythingSlider .wrapper {position:absolute; width:960px; height:445px; top:0; left:0; margin:10px 0 0 10px; overflow:auto;}
.anythingSlider .wrapper ul {position:absolute; width:9999px; top:0; left:0; margin:0; list-style:none;}
.anythingSlider ul li {display:block; float:left; width:980px; height:465px; padding:0; margin:0;}

.anythingSlider .arrow {display:block; position:absolute; width:67px; height:200px; top:130px; cursor:pointer; text-indent:-9999px; z-index:999; background:url(../images/arrows.png) no-repeat 0 0;}
.anythingSlider .forward {right:-57px; background-position:0 0;}
.anythingSlider .forward:hover {background-position:0 -200px;}
.anythingSlider .back {left:-57px; background-position:-67px 0;}
.anythingSlider .back:hover {background-position:-67px -200px;}

#thumbNav {position:relative; top:475px; text-align:center;}
#thumbNav a {height:18px; display:inline-block; padding:1px 8px 1px 8px; margin:0 5px 0 0; font:11px/20px Georgia, Serif; color:#d8d8d0; text-align:center; background:url(../images/slide_nav_bg.gif) no-repeat left top;}
#thumbNav a:hover {color:#d1e467; background:url(../images/slide_nav_bg.gif) no-repeat left bottom;}
#thumbNav a.cur {color:#d1e467; background:url(../images/slide_nav_bg.gif) no-repeat left bottom;}

#start-stop {display:none; background:green; background-image:url(../images/cellshade.png); background-repeat:repeat-x; color:white; padding:2px 5px; width:40px; text-align:center; position:absolute; right:45px; top:323px; -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:none;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {position:static; margin:0; background:none; overflow:visible; width:auto; border:0;}
.anythingSlider .wrapper ul ul li {float:none; height:auto; width:auto; background:none;}