/*
    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: 920px; height: 301px; position: relative; margin: 0 auto; border-top:10px solid #40342c; border-left:10px solid #40342c; border-right:10px solid #40342c; border-bottom:22px solid #40342c;  }
.anythingSlider .wrapperS               { width: 920px; overflow: hidden; height:301px; margin:0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapperS ul            { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 940px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 60px; background: url(http://davesdowntoearthrockshop.com/js/AnythingSlider/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; z-index:40; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0px 0px; right: -40px; }
.anythingSlider .back                   { background-position: -74px 0px; left:-40px; }
.anythingSlider .forward:hover          { background-position: 0px -201px; }
.anythingSlider .back:hover             { background-position: -74px -201px; }

#thumbNav                               { position: absolute; top: 301px; right:0px; text-align: right; }
#thumbNav a                             { text-decoration:none; color: #83a2b8; font-size: 11px; font-family: Georgia, Times, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 0 0 5px; background: #40342c; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #211914; color:#fff3e5; }

#start-stop                             { background-position: 28px 0px; background-image: url(http://davesdowntoearthrockshop.com/js/AnythingSlider/images/start-stop.png); display:block; width: 28px; height:28px; position: absolute; right: 10px; top: 10px; z-index:30; }
#start-stop.playing                     { background-position: 0px 0px; }
#start-stop:hover                       {  }

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


/*

Featured Item Styling

*/
.feature {margin:0px; padding:0px;}
.featuredDesc { color:#ffffff; height:280px; width:260px; overflow:hidden; position:relative; z-index:4; float:right; padding:40px 20px 10px 20px; background:#211914;}
.featuredDesc h1 { line-height:1em; font-weight:normal; font-size:34px; font-family:Arial; display:inline; padding-right:15px; }
.featuredDesc p { margin:10px 0px; width:220px; }
.featuredImg {position:relative; z-index:5; top:0px; width:640px; float:left;}

.sale {color:#CC0000;}

/*
bottom grad
*/
.sliderBtm { background:url(../images/sliderBtm.jpg) no-repeat; width:940px; /*height:13px;*/ height:1px; margin:0px;}