/*
    anythingSlider v1.0 
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider{width:439px;height:320px;position:relative;margin:8px auto 0px;}
.anythingSlider .wrapper{width:439px;overflow:auto;height:320px;position:absolute;top:0;left:0;}
.anythingSlider .wrapper ul{width:99999px;list-style:none;position:absolute;top:0;left:0;background:#eee;border-top:0px solid #e0a213;border-bottom:0px solid #e0a213;margin:0;}
.anythingSlider ul li{display:block;float:left;padding:0;height:317px;width:439px;margin:0;}
.anythingSlider .arrow{}
.anythingSlider .forward{background:url(images/next-signal.png) no-repeat left top;width:50px;height:27px;right:150px;bottom:-38px;position:absolute;text-indent:-9000px;display:block;cursor:pointer;}
.anythingSlider .back{background:url(images/pre-signal.png) no-repeat left top;width:50px;height:27px;left:150px;display:block;cursor:pointer;bottom:-38px !important;position:absolute;text-indent:-9000px;}
#thumbNav{position:relative;top:323px;text-align:center;}
#thumbNav a{color:black;font:11px/18px Georgia, Serif;display:inline-block;padding:2px 8px;height:18px;margin:0 5px 0 0;background:#c58b04 url(../images/cellshade.png) repeat-x;text-align:center;-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:none;}
#thumbNav a.cur{background:#e0a213;}
#start-stop{display:none !important;}
#start-stop.playing{background-color:red;}
#start-stop:hover{background-image:none;}
.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;}

