/*
    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                         { float: left; width: 550px; height: 273px; position: relative; margin: 0 0 0px; border-top: 1px solid #F1ADF3; border-bottom: 1px solid #F1ADF3; border-left: 1px solid #F1ADF3; border-right: 1px solid #F1ADF3; -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-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.anythingSlider .wrapper                { width: 550px; overflow: auto; height: 250px; margin: 0 0px; position: absolute; top: 0; left: 0; border-bottom: 3px solid #9410AD; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: -40px; *left: 0px; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 550px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 0px; width: 0px; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0; }
.anythingSlider .back                   { background-position: 0 0; left: 0; }
.anythingSlider .forward:hover          { background-position: 0 0; }
.anythingSlider .back:hover             { background-position: 0 0; }

#thumbNav                               { position: relative; top: 253px; text-align: left; left: 2px; width: 190px; }
#thumbNav a                             { color: black; font: 11px, Serif; display: inline-block; padding: 0px 0px; height: 20px; margin: 0 3px 0; width: 20px; background: url('http://www.bandtmusic.co.uk/acatalog/news/button-off.png'); background-repeat: no-repeat; 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: url('http://www.bandtmusic.co.uk/acatalog/news/button-on.png'); background-repeat: no-repeat; }
#thumbNav a.cur                         { background: url('http://www.bandtmusic.co.uk/acatalog/news/button-on.png'); background-repeat: no-repeat; }

#start-stop                             { background-color: white; background-repeat: repeat-x; color: white; padding: 2px 5px; width: 0px; text-align: center; position: absolute; left: 3px; top: 253px; -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; }