/*
    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: 700px; height: 220px; position: relative; margin: 0 auto 10px;}
.anythingSlider .wrapper                { width: 640px;  height: 265px; margin: 0 30px; position: absolute; top: -20px; left: 0;overflow:hidden;}
.anythingSlider a	{ border: 0; text-decoration: none; outline: 0; color:#fff;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 20px solid #fff; border-bottom: 20px solid #fff; margin: 0; }

.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { background: url(/images/paging_bg2.png); background-repeat:no-repeat;  width:179px ;height:47px;position: absolute; top: 198px; left:520px;}


#thumbNav                               { position: absolute; top: 205px; left:550px;  text-align: center; }
#thumbNav a                             { color: white; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px 0 8px; height: 18px; margin: 0 5px 0 0; background: none; }
#thumbNav a:hover                       { background-image: none; color:#CCCCCC;}
#thumbNav a.cur                         { background: none; }

#start-stop                             { font-family:Arial; font-style:bold;font-size:16px; background: green;  color: white; padding: 2px 3px; width: 18px; height:18px; text-align: center; position: absolute; right: 7px; top: 205px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none;text-decoration: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; }
