/*
    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: 990px; height: 288px; position: relative; margin: 0 auto 0; overflow: hidden; }
#anythingSlider .image                  { margin: 0 ; position: absolute; top: 0; left: 0; }
#anythingSlider .image ul               { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
#anythingSlider ul li                   { display: block; float: left; padding: 0; height: 288px; width: 990px; margin: 0; }
#anythingSlider .arrow,
#anythingSlider .forward,
#anythingSlider .back 					{ display: none; }

#start-stop,
#start-stop.playing,
#start-stop:hover 						{ display: none; }                

/*#start-stop {
	text-indent: -999px;
	position: absolute;
	left: 18px;
	padding: 0;
	margin-top:	18px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/layout/bg/teaser_pause.png) no-repeat right 1px;
}
#start-stop.playing {
	background-image: url(../img/layout/bg/teaser_play.png);
	
}
#start-stop:hover {
	background-position: right -49px;
}
*/
Prevents
*/
#anythingSlider .image ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#anythingSlider .image ul ul li       { float: none; height: auto; width: auto; background: none; }
