/*
    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: 955px; height: 321px; position: relative; margin:-10px auto 40px auto; background:url(../images/pic_temp_slider/pic_temp_slider_line.jpg) left bottom no-repeat;}
.anythingSlider .wrapper          { width: 955px; overflow: hidden; height: 321px; position: absolute; top: 0; left: 0; margin:0; }
.anythingSlider .wrapper ul       { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 315px; width: 955px; margin: 0; position:relative; }

.anythingSlider .arrow                  { display: block; width: 27px; height: 28px; position: absolute; text-indent:-9999px; top: 130px; cursor: pointer; }
.anythingSlider .forward                { right:10px; background: url(../images/pic_temp_slider/pic_temp_slider_next.png) no-repeat; }
.anythingSlider .back                   { left:10px; background: url(../images/pic_temp_slider/pic_temp_slider_preview.png) no-repeat; }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }

#thumbNav                               { position: relative; top: 313px; text-align: center; }
#thumbNav a                             { color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;  display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: url(../images/pic_temp_slider/pic_temp_slider_tab_off.jpg) no-repeat; text-align: center; }
#thumbNav a:hover                       { }
#thumbNav a.cur                         { background: url(../images/pic_temp_slider/pic_temp_slider_tab_on.jpg) no-repeat; }

#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; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapperSlider ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapperSlider ul ul li       { float: none; height: auto; width: auto; background: none; }