﻿
/*
    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: 950px; height: 3px; position: relative; margin: 0px; background:none; }
.anythingSlider .wrapper                
{ width: 950px; overflow:hidden; height: 300px; margin: 0px; position: absolute; }
.anythingSlider .wrapper ul             { width: 9900px; list-style: none; position: absolute; margin: 0px; padding:0px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0px; height: 300px; width: 950px; margin: 0px; }

.anythingSlider .arrow                  
{ display: block; 
  z-index: 50; 
  height: 27px; 
  width: 20px; 
  text-indent: -9999px; 
  position: absolute; 
  margin: 357px 0px 0px 800px; 
  cursor: pointer; }
  
.anythingSlider .forward                
{ margin: 260px 0px 0px 920px; background: url(sliderright.gif) no-repeat; }
.anythingSlider .back                   
{ margin: 260px 0px 0px 760px;  background: url(sliderleft.gif) no-repeat;  }
.anythingSlider .forward:hover          
{ background: url(sliderright.gif) no-repeat; }
.anythingSlider .back:hover             
{ background: url(sliderleft.gif) no-repeat; }


#thumbNav                              
 { position: absolute; margin: 255px 0px 0px 770px; text-align: center; padding: 0px 10px; }
#thumbNav a                             
{ color: #727272; font: 11px/18px Arial; display: inline-block; padding: 2px 8px; 
                                          height: 18px; margin: 0 5px 0 0; background: #e6e4e4; 
                                          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: #fff; color: #000; text-decoration:none;}
#thumbNav a.cur                         { background: #fff;  color: #000; text-decoration:none;}

#start-stop                             {display:none;}
#start-stop.playing                     {display:none;}
#start-stop:hover                       {display:none;}

/*
  Prevents*/

.anythingSlider .wrapper ul ul          { position: static; margin: 0px; background: none; overflow: visible; width: auto; border: 0px; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.anythingSlider .wrapper ul.features 
{
    padding:0px;
    margin:8px 0px 0px 5px;
    list-style-type:none;
    font-size:12px;
}

.anythingSlider .wrapper ul.features  > li
{
    background:url(bullet.gif) no-repeat;
    padding-left:15px;
    padding-bottom:1px;
}
