/*
    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: 280px; height: 260px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 280px; overflow: auto; height: 260px; margin: 0; 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: 260px; width: 280px; margin: 0; position: relative;}
.anythingSlider ul li a:hover           { text-decoration: none; }
.anythingSlider .wrapper ul li .caption { cursor: hand; margin: 0; position: absolute; bottom: 0; left: 0; width: 100%; height: 70px; background: url("/imagesGlobal/bk_black_alpha_50.png") 0 0; }
.anythingSlider .wrapper ul li p        { color: #fff; font-size: 13px; line-height: 1.4em; padding: 10px; 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: 3px; right: 20px; text-align: right; padding-right: 1px; }
#thumbNav a                             { color: #000; font: 10px/10px Arial; display: inline-block; padding: 4px 6px;  margin: 0 2px 0 0; background: #ededed; text-align: center;  }
#thumbNav a:hover, #thumbNav a.cur      { background: #000; color: #fff; text-decoration: none;  }

#start-stop                             { background: url("../images/icon_btn_play.gif") 0 0 no-repeat; height: 18px; padding: 0; width: 18px; text-align: center; position: absolute; right: 3px; top: 3px;}
#start-stop.playing                     { background: url("../images/icon_btn_stop.gif") 0 0 no-repeat; height: 18px; }
#start-stop:hover                       {  }

/*
  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; }
