/*
    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: 960px; height: 200px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 200px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; padding-left:0px;  background-image:url(../images/slider_bg.png); background-repeat:repeat-x; } 

.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 200px; width: 960px; margin: 0; top:-20px; }
.anythingSlider .arrow                  { display: block; height: 28px; width: 21px; background: url(../images/arrows_sm.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 90px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0px 0px; right: -15px; }
.anythingSlider .back                   { background-position: -21px 0px; left: -15px; }
.anythingSlider .forward:hover          { background-position: 0px -28px; top: 90px; }
.anythingSlider .back:hover             { background-position: -21px -28px; top: 90px; }

#thumbNav                               { position: relative; top: -40px; right: -350px; text-align: center; text-decoration:none; }
#thumbNav a                             { position: relative;  text-decoration:none; color: white; font: 10px/18px Arial, Sans-serif; display: inline-block; padding: 2px 8px; height: 23px; margin: 0 5px 0 0; background:url(../images/thumbNav_btns.png)  no-repeat; background-position: 0px 0px ;   }
#thumbNav a:hover                       { background:url(../images/thumbNav_btns.png)  no-repeat;  background-position:  -23px 0px; }
#thumbNav a.cur                         { background:url(../images/thumbNav_btns.png)  no-repeat;  background-position:  -23px 0px; }

#start-stop                             { padding: 2px 0px; width: 40px; text-align: center; position: absolute; height: 23px; right: 15px; color: white; font: 10px/18px Arial, Sans-serif;  top: -40px; background:url(../images/thumbNav_btns.png)  no-repeat; background-position: -87px 0px ;    }
#start-stop.playing                     { background:url(../images/thumbNav_btns.png)  no-repeat; background-position: -87px 0px ; width:40px; }
#start-stop:hover                       { background:url(../images/thumbNav_btns.png)  no-repeat; background-position: -46px 0px ; width:40px; }

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

.anythingSlider .cloned					{ height:200px; padding:0; }

#textSlide                              { position:relative; padding: 0px; margin-left:40px; margin-right:40px; height:200px; top:0px;}
#textSlide .hdr                         { font-size:20px; font-weight:bold; line-height:30px; padding-top:20px;}
#textSlide .txt                         {  font-size:12px;  }
#textSlide img                          { position: relative;  top:0px; float:right;}


