/*
    anythingSlider v1.0
    Adapted for Joomla template use by www.pure-joomla.com
	Original Credits:
    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 li {padding:0;margin:0;text-indent:0;background:none;color:#fff;}
.anythingSlider ul {padding:0;text-indent:0;margin:0;}
.anythingSlider ul li ul li {background:url(../images/indent1.png) no-repeat 3px 5px;line-height:1.2em; }

.anythingSlider                         { z-index: 0;width: 870px; height: 178px; position: relative; margin: 0 auto 0px; background: url(../images/as_bg.png) repeat-x;}

.anythingSlider .wrapperas               { width:845px; overflow: auto; height: 181px; margin: 0 12px; position: absolute; top: 0; left: 0; }


.anythingSlider .wrapperas ul              { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0;  }
.anythingSlider ul li                      { display: block; float: left; padding: 0; height: 157px; width: 845px; margin: 0; overflow:hidden;}


.anythingSlider .arrow		           { display: block; height: 100px; width:100px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top:30px; cursor: pointer; }
.anythingSlider .forward               { background-position: 0 0; right: -58px; }
.anythingSlider .back                  { background-position: -100px 0; left: -58px; }
.anythingSlider .forward:hover         { background-position: 0 -100px; }
.anythingSlider .back:hover            { background-position: -100px -100px; }

#thumbNav                               { position: relative; top: 152px; text-align: right; padding-left:0px; margin-right:-30px;}
#thumbNav a                             { color: black; font: 20px Arial;line-height: 18px; display: inline-block; padding: 6px 0px; height: 30px; width:30px;margin: 10px 0px 0 0; background: url(../images/slider-inactive1.png) no-repeat; text-align: center;}
#thumbNav a:hover                       { background: url(../images/slider-active1.png) no-repeat; color:#fff;}
#thumbNav a.cur                         { background: url(../images/slider-active1.png) no-repeat; color: #fff; }

#start-stop                             { font: 22px Arial; display: inline-block; padding: 6px 0px; height: 50px; width:50px;margin: 4px 5px 0 0; background: none; text-align: left; position: absolute; right: -86px; top: 308px; color:#999;  }
#start-stop.playing                     {  }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapperas ul ul    { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapperas ul ul li  { float: none; height: auto; width: auto; background: none; }

.anythingSlider ul ul.checklist li {margin-left: 3px;padding: 0px 0 5px 30px;background: url(../images/accents/check.png) no-repeat 0px 0px; }
ul.checklist ul li {background:url(../images/indent2.png) no-repeat 0 3px;padding:0 0 2px 8px;}

