/*
    anythingSlider v1.2
    
    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:660px;height:233px;display:block;margin:0 0 20px 0;position:relative;}
.anythingSlider .sliderWrapper                { width:660px; overflow: hidden; height: 233px;position: absolute; top: 0; left: 0; }


                                       /* Width below is max for Opera */
.anythingSlider .sliderWrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 233px; width: 660px; margin: 0; }
.anythingSlider .arrow                  { display: block; width:30px;height:60px;background:url('../images/slider-nav1.png') -30px 0 no-repeat; text-indent: -9999px; position: absolute; top: 90px; cursor: pointer; }
.anythingSlider .forward                { background-position:0 0; left: 0; display:none;}
.anythingSlider .back                   { right: 0; display:none;}
.anythingSlider .forward:hover{background-position:0 -60px;} 
.anythingSlider .back:hover{background-position:-30px -60px;} 
/*.anythingSlider .forward:hover          {background-position:-95px -95px;}
.anythingSlider .back:hover             {background-position:0 -95px;	}*/

.anythingSlider:hover .forward{display:block;}.anythingSlider:hover .back{display:block;}

#thumbNav                               { position: relative;text-align: left; }
#thumbNav a                             { display: inline-block;width:16px;height:16px;text-align: center; text-indent:-9999px;background:url('../images/icon-slider.jpg') top center no-repeat #FFF;}
#thumbNav a:hover                       { text-decoration:none;background-position:0 -16px;}
#thumbNav a.cur                         { text-decoration:none;background-position:0 -32px;}

#start-stop                             { background:url('../images/icon-play.png') top left no-repeat;width: 20px; height:20px;display:block;overflow:hidden;text-align: center; position: absolute;top:0;right:0;}
#start-stop.playing                     {  background:#FFF;color:#333;text-decoration:none;display:none;}
#start-stop:hover                       { background-position:bottom left;text-decoration:none;}

.slider-desc{	position:relative;left:0px;padding:3px 0 7px 0;bottom:33px;background:#000;opacity:0.8;width:660px;display:block;overflow:hidden;font-size:149%;color:#FFF;	line-height:130%;	z-index:89;}
.slider-desc span{padding:0 8px;}

/*
  Prevents
*/
.anythingSlider .sliderWrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .sliderWrapper ul ul li       { float: none; height: auto; width: auto; background: none; }




.anythingSlider, .anythingSlider ul li, .anythingSlider .sliderWrapper{width:660px;zoom:1;}
