/*
    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: 350px; height: 300px; position: relative;  }
.anythingSlider .wrapper                
{ width: 350px; overflow: auto; height: 300px; margin: 0px; 
position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             
{ width: 32700px; list-style: none; position: absolute; top: 0; left: 0; 
margin: 0; }
.anythingSlider ul li                   
{ display: block; float: left; padding: 0; height: 240px; width: 350px;  
margin: 0; }
.anythingSlider .arrow                  
{ display: block; height: 15px; width: 15px; 
text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; 
}
.anythingSlider .forward                
{ background: url(../../a_images/arrow_next.gif) no-repeat 0 0; 
right: -3px; }
.anythingSlider .back                   
{   background: url(../../a_images/arrow_prev.gif) no-repeat 0 0; 
    left: -3px; }
.anythingSlider .forward:hover          
{  }
.anythingSlider .back:hover             
{  }

#thumbNav                               
{ position: absolute; top: 275px; text-align: right; left: 100px; width:160px;}
#thumbNav a                             
{ color: white; font: 11px/18px Georgia, Serif; 
display: inline-block; padding: 2px 8px; /*height: 18px; */
margin: 2px 0 0 0; background: #3F9705 url(../images/cellshade.png) repeat-x; 
text-align: center; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;  }
#thumbNav a:hover                       
{ background-image: none; }
#thumbNav a.cur                         
{ background: #6FC905; }

#start-stop                             
{ background: #3F9705; background-image: url(../images/cellshade.png); 
background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; 
text-align: center; position: absolute; left: 55px; top: 279px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;  }
#start-stop.playing                     
{ background-color: #2B7F06; }
#start-stop:hover                       
{ background-color: #3F9705; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          
{ position: static; margin: 0 0px 0 -30px; background: none; overflow: visible; 
width: 350px; border: 0; }
.anythingSlider .wrapper ul ul li       
{ float: left; height: 40px; width: 165px; background: none; margin: 5px 5px 5px 0; vertical-align:middle; overflow: hidden;}
.anythingSlider .wrapper ul ul li.slide_title       
{ float: none; height: 20px; width: 340px; background: none; margin: 0; text-align: center;}
