/*
    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: 540px; height: 290px; position: relative; margin: 0 auto 15px; border:1px solid lightGrey; }
.anythingSlider .wrapper                { width: 540px; overflow: auto; height: 290px; 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; background: #eee; Zborder-top: 3px solid #e0a213; Zborder-bottom: 3px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 290px; width: 540px; margin: 0; }
.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                               { position: relative; top: 290px; Ztext-align: center; }
#thumbNav a                             { background:url("../images/disc.jpg") no-repeat scroll 1px 5px transparent;
color:#FFFFFF;
display:inline-block;
font-size:10px;
height:18px;
margin:5px 5px 0 0;
padding:0 4px;
text-align:center;
text-decoration:none;}
#thumbNav a:hover                       { background:url("../images/disc_over.jpg") no-repeat scroll 1px 5px transparent; }
#thumbNav a.cur                         { background:url("../images/disc_over.jpg") no-repeat scroll 1px 5px transparent; }

#start-stop                             { color: #333; padding: 2px 0px; width: 40px; text-align: center; position: absolute; right: 0px; top: 290px;}
#start-stop.playing                     { color: #008BA7; }
#start-stop:hover                       { background-image: none; }

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