/*
    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/
*/


.slider { 
	height:175px;
	margin:0;
	position:absolute;
	right:0px;
	top:0px;
	width:595px;
}
.slider .wrapper                { width: 595px; overflow: auto; height: 175px; margin: 0; position: absolute; top: 0; left: 0; border: solid 0px #ccc;}
.slider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.slider ul li                   { display: block; float: left; padding: 0; height: 175px; width: 595px; margin: 0; }
.slider .arrow                  { display: none; }
.slider .back                   { display: none; }
.slider .forward:hover          { display: none; }
.slider .back:hover             { display: none; }

#thumbNav                               { position: absolute; bottom: 0; right: 20px; width: 100px; height: 20px;}
#thumbNav a                             { display: block; text-indent: -9999px; float: left; padding: 5px; width: 10px; height: 10px; background: transparent url(icon_imgnav.png) no-repeat center center;}
#thumbNav a:hover                       { }
#thumbNav a.cur                         { background: transparent url(icon_imgcurrent.png) no-repeat center center; }

#start-stop, #start-stop.playing, #start-stop:hover {
	display: none;
}

/*
  Prevents
*/
.slider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: hidden; width: auto; border: 0; }
.slider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
