/*
    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/
*/


.anythingSlider{ width: 229px; height: 310px; position: relative; margin: 0; }
.anythingSlider .wrapper{ width: 229px; height: 289px; overflow: auto; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul{ width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li{ width: 229px; height: 289px; margin: 0 !important; padding: 0 !important; display: block; float: left;}
.anythingSlider ul li img{position: static; margin-top: 11px;}
.anythingSlider .arrow{ display: block; height: 15px; width: 7px; text-indent: -9999px; position: absolute; bottom: 0; cursor: pointer; }
.anythingSlider .forward{ left: 108px; background: url(/images/arrow-slideshowForward.png) no-repeat 0 0; }
.anythingSlider .back{ background: url(/images/arrow-slideshowBack.png) no-repeat 0 0; }

#thumbNav{ position: absolute; bottom: 0px; left: 16px; text-align: center; }
#thumbNav a{ width: 17px; height: 17px; float: left; display: block; padding: 0; margin: 0; text-align: center; }
#thumbNav a:hover{  }
#thumbNav a.cur{ color: #fff; background: url(/images/bg-slideshowNum.png) no-repeat 0 2px; }

#start-stop{ background: green; background-image: url(/images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -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
*/
.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; }


.promos .anythingSlider ul li{background: #fff url(/images/bg-promoPlayer.png) 0 0 no-repeat;}
.multimedia .anythingSlider h3{width: 190px; margin: 0 0 4px 0; padding: 0 11px; font-size: 1.0em;}
.multimedia .anythingSlider p{width: 190x; margin: 0; padding: 0 11px; font-size: 0.9em; color: #281103; line-height: 1.3em;}
.multimedia .anythingSlider .image{display: block; padding: 11px; background: #fff url(/images/bg-multimediaScreen.png) 0 0 no-repeat;}
.multimedia .anythingSlider .image img{margin: 0;}
