/*
    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: 678px; 
height: 300px; 
position: relative; 
padding: 0 auto 15px;
font-size: 12px; 
}
.anythingSlider .wrapper { 
width: 678px; 
overflow: auto; 
height: 250px; 
margin: 0 0px; 
position: absolute; 
top: 80px; 
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: 230px; width: 678px; margin: 0;
/*border:1px dashed #e5e5e5;*/ }
.anythingSlider .arrow                  { 
display: none; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; 
text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { 
background-position: 0 0; right: -20px; }
.anythingSlider .back                   { 
background-position: -67px 0; left: -20px;  }
.anythingSlider .forward:hover          { 
background-position: 0 -200px; }
.anythingSlider .back:hover             { 
background-position: -67px -200px; }

#thumbNav                               { 
height:47px;
/*padding: 0 0 0 22px;*/
padding: 0 0 0 272px;
background: url(../images/layout/bg_navslider.jpg) no-repeat;
font-size:14px;
color:#579EBE; }
*:first-child+html #thumbNav                               { 
padding: 0 0 0 252px;
}
#thumbNav a                             { 
 display: inline-block; 15px 22px 15px 20px; height: 18px; margin: 4 5px 0 0;color:#579EBE; 
background: url(../images/layout/cellshade1.jpg) no-repeat; text-align: center;}
#thumbNav a:hover                       { 
text-decoration:underline;}
#thumbNav a.cur                         { 
background: url(../images/layout/cellshade2.jpg) no-repeat;font-weight:bold; }

#start-stop                             { 
background: url(../images/layout/stop.jpg) no-repeat; color: white; padding: 2px 3px; width: 62px; 
height: 45px;text-align: center; position: absolute; right: 0px; top: 0px;}
#start-stop.playing                     { 
background: url(../images/layout/stop.jpg) no-repeat; color: white; padding: 2px 3px; width: 62px; 
height: 45px;text-align: center; position: absolute; right: 0px; top: 0px;}
#start-stop:hover                       { 
background: url(../images/layout/stop.jpg) no-repeat; color: white; padding: 2px 3px; width: 62px; 
height: 45px;text-align: center; position: absolute; right: 0px; top: 0px;}

/*
  Prevents
*/
.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; }
