/*
    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/
*/


.slider_right                         { width: 262px; height: 318px; position: relative; margin: 0 auto; float: left; padding: 0 0 0 1px; }
.slider_right .wrapper                { width: 262px; overflow: auto; height: 318px; margin: 0; position: absolute; top: 0; left: 0; }
.slider_right .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.slider_right ul li                   { display: block; float: left; padding: 0; height: 318px; width: 262px; margin: 0; }
.slider_right .arrow                  { z-index:999;display: block; height: 18px; font-size:3px; width: 18px; background: url(../images/promo_right_arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 253px; cursor: pointer; }
.slider_right .forward                { background-position: -18px 0; left: 220px; }
.slider_right .back                   { background-position: 0 0; left: 175px; }
.slider_right .forward:hover          { background-position: -18px -18px; }
.slider_right .back:hover             { background-position: 0 -18px;}

#thumbNav                               { position: absolute; left: 412px; top: 228px; text-align: center;z-index:10; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; 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-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: url(../images/promo_right_pause_play.gif) no-repeat 0 -18px; height: 18px; width: 18px; text-indent: -9999px; position: absolute; left: 197px; top: 263px; }
#start-stop.playing                     { background-position: 0 0; }
#start-stop:hover                       { background-position: -18px -18px; }
#start-stop.playing:hover					 { background-position: -18px 0; }

/*
  Prevents
*/
.slider_right .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.slider_right .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
