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

.SliderSpecials { z-index:10; width: 500px; height: 150px; position: relative; margin: 0 auto 15px; }
.SliderSpecials .wrapper { width: 460px; overflow: auto; height: 130px; margin: 0 20px; position: absolute; top: 0; left: 0; }
.SliderSpecials .wrapper ul { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 2px solid #f9b22b; border-bottom: 2px solid #f9b22b; margin: 0; }
.SliderSpecials ul li { display: block; float: left; padding: 0 40px 0 0; height: 120px; width: 380px; margin: 0; }
.SliderSpecials .arrow { display: block; height: 99px; width: 33px; background: url(images/arrows-small.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 13px; cursor: pointer; }
.SliderSpecials ul li a { font-weight:bold; }
.SliderSpecials ul li h2 { font-size:12px; }
.SliderSpecials ul li h3 { font-size:10px; color:red; font-weight:bold; }
.SliderSpecials ul li h4 { font-size:10px; color:green; font-weight:bold; }
.SliderSpecials .forward { background-position: 0 0; right: -10px; }
.SliderSpecials .back { background-position: -33px 0; left: -10px; }
.SliderSpecials .forward:hover { background-position: 0 -99px; }
.SliderSpecials .back:hover { background-position: -33px -99px; }
.SliderSpecials div.saleButton {  z-index:10; display: block; no-repeat 0 0; position: absolute; top: -60px; left: -100px; }

#thumbNav { position: relative; top: 124px; text-align: center; }
#thumbNav a { color: #ffffff; font: 10px/12px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 14px; margin: 0 3px 0 0; background: #f9b22b 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: #3851cc; }

#start-stop { background: green; background-image: url(images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 30px; text-align: center; position: absolute; right: 20px; top: 124px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing { background-color: red; }
#start-stop:hover { background-image: none; }

/*
  Prevents
*/
.SliderSpecials .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.SliderSpecials .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }