/*
    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:right; width: 620px; height: 200px; position: relative; margin-right:-10px; }
.anythingSlider .wrapper                { float:right; width: 620px; overflow: auto; height: 180px; margin:10px 0 0 0; position: absolute; top: 0; left: 0; background:#fff;}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: none;margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 880px; margin: 0; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: none; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }

#textSlide								{width: 600px;padding:5px 20px;color:#fff;}
#textSlide h3, #textSlide h4			{margin:0 0 0 0;padding-top:5px;color:#000;}
#textSlide p							{color:#000;}
#textSlide img							{padding:10px 0 0 10px;}
#textSlide ul							{color:#000;}

#textSlide2								{width: 620px;height:200px;color:#fff;}
#textSlide2 h3, #textSlide2 h4			{margin:0 0 0 0;padding-top:5px;color:#000;}
#textSlide2 h4.sale_name				{margin-left: 110px;position:relative;}
#textSlide2 p							{color:#000;}
#textSlide2 img							{padding:10px 0 0 30px;}
#textSlide2 ul							{color:#000;}

#textSlide2								{ background: url(../slider/sale_bg.png) no-repeat top center; }


/*
  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; }
