/*
    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: 930px; height: 340px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 920px; overflow: auto; height: 340px; margin: 0 0px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 340px; width: 900px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { display: none; }
.anythingSlider .back                   { display: none; }
.anythingSlider .forward:hover          { display: none; }
.anythingSlider .back:hover             { display: none; }

#thumbNav                               { position: relative; top: 300px; float:right; }
#thumbNav a                             { color: #FF0000; font: 11px/18px Arial,sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #FFF; text-decoration:none; text-align: center; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;-moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #FF0000; color:#000; }

#start-stop                             { display: none; }
#start-stop:hover                       { display: none; }

/*
  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; }
