/*
    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: 350px; height: 210px; position: relative; margin: 0  20px; }
.anythingSlider .slide_wrapper                { width: 280px; overflow: auto; height: 210px; margin: 0 40px; position: absolute; top: 0;left:10px; left: 0; }
.anythingSlider .slide_wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;/* background: #eee;  border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213; */ margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height:210px; width: 280px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../imgs/arrows.png) 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: -90px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -90px -200px; }


/*
  Prevents
*/
.anythingSlider .slide_wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .slide_wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
.anythingSlider .slide_wrapper p		       { color:#fff; margin:10px auto; }
.anythingSlider .slide_wrapper img		       { border:#000 solid 5px; }

/*++++++++fader++++++++*/



.anythingFader                         { width: 380px; height: 265px; position: relative;  	padding:5px;
										
										 }
.anythingFader .wrapper                { width: 380px; overflow: auto; height: 265px; margin: 5px 0px 0px 5px; position: absolute; top: 0; left: 0; }
.anythingFader .wrapper ul             { width: 9999px; list-style: none;  margin: 0; }
.anythingFader ul li                   { display: block; float: left; padding: 0; height: 265px; width: 380px; margin: 0; }
/*
.anythingFader .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingFader .forward                { background-position: 0 0; right: -20px; }
.anythingFader .back                   { background-position: -67px 0; left: -20px; }
.anythingFader .forward:hover          { background-position: 0 -200px; }
.anythingFader .back:hover             { background-position: -67px -200px; }
*/


.anythingFader2                         { width: 360px; height: 210px; position: relative;  	padding:2px;
										
										 }
.anythingFader2 .wrapper2                { width: 360px; overflow: auto; height: 210px; margin: 5px 0px 0px 2px; position: absolute; top: 0; left: 0; }
.anythingFader2 .wrapper2 ul             { width: 9999px; list-style: none;  margin: 0; }
.anythingFader2 ul li                   { display: block; float: left; padding: 0; height: 210px; width: 360px; margin: 0; }
/*
.anythingFader .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingFader .forward                { background-position: 0 0; right: -20px; }
.anythingFader .back                   { background-position: -67px 0; left: -20px; }
.anythingFader .forward:hover          { background-position: 0 -200px; }
.anythingFader .back:hover             { background-position: -67px -200px; }
*/



#swirl_top							{padding-left:800px;}
#swirl_bottom							{padding-left:20px;}