/*
    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                         {
	width: 960px;
	height: 203px;
	position: relative;
	margin: 0 auto 3px;
	top: 0px;
	visibility: visible;
}
.anythingSlider .wrapper                {
	border:0 solid red;
	width: 960px;
	height: 503px;
	overflow: auto;
	margin: 0;
	position: absolute;
	top: -137px;
	left: 0px;
}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: -9px;
	left: 0px;
	
	margin: 0;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 503px; width: 960px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(/images/anythingslider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 96px; cursor: pointer; }
.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: 375px; text-align: center; }
#thumbNav a                             { color: #ffffff; font: 11px/18px Arial; font-weight:bold; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background:url(/images/anythingslider/bgOff.png); text-align: center; }
#thumbNav a:hover                       { background:url(/images/anythingslider/bgOn.png); }
#thumbNav a.cur                         { background: #000; }
*/
/*
#start-stop                             { background: url(/images/anythingslider/bgOff.png); color: #21a04a; font: 10px/18px Arial; font-weight:bold; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 10px; top: 330px; }
#start-stop.playing                     { background: url(/images/anythingslider/bgOn.png); }
#start-stop:hover                       { background: url(/images/anythingslider/bgOn.png); }
*/
#start-stop                             { color: #21a04a; font: 10px/18px Arial; font-weight:bold; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 10px; top: 330px; }
#start-stop.playing                     {  }
#start-stop:hover                       {  }

/*
  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; }

