/*
    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: 647px; height: 244px; position: relative; margin: 0 0 0px; border:#000 0px solid }
.anythingSlider .wrapper                { width: 647px; overflow: auto; height: 244px; margin: 0 0px; position: absolute; top: 0; left: 0; padding:0  }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; 
											border-top: 0px solid #cccccc; border-bottom: 0px solid #cccccc; margin-left: -16px;  padding:0 }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 244px; width: 646px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url() no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -17px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -47px -100px; }
#thumbNav                               { position: relative; top: 215px; right:25px; color:none; text-align: right; font-size:12px; font-weight:bold;}
#thumbNav a                             { display: inline-block; padding: 0px 0px; height: 19px; 
											margin: 0 5px 0 0; color: white; background: url(../../images/slider_controls/number_active.png) repeat-x; text-align: center;
											-moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px;
												-webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; width:16px;}
#thumbNav a:hover                       { background-image: url(../../images/slider_controls/number_active.png); background-repeat:no-repeat; width:16px; height:19px }
#thumbNav a.cur                         { background-image: url(../../images/slider_controls/number_current.png); background-repeat:no-repeat; }
#start-stop                             { background-image:url(../../images/slider_controls/start.png) ; background-repeat:no-repeat; padding: 2px 5px; 
										width: 10px; height:20px; text-align: right; position: absolute; right: 5px; top: 215px; 
										-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; 
										-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop:hover                       { background-image:url(../../images/slider_controls/start1.gif) ; background-repeat:no-repeat; padding: 2px 5px; 
										width: 10px; height:20px; text-align: right; position: absolute; right: 5px; top: 215px; 
										-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-image:url(../../images/slider_controls/stop.gif) ; background-repeat:no-repeat;  }
#start-stop.playing:hover                   { background-image:url(../../images/slider_controls/stop1.png) ; background-repeat:no-repeat;  }

/*
  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;  }