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


#clothesline                         	{ width: 1000px; height: 450px; position: relative; margin: 0 auto 15px; }
#clothesline .wrapper  			{ width: 100%; overflow: auto; height: 535px; margin: 0; position: absolute; top: 0; left: 0; }

                                      		/* Width below is max for Opera */
#clothesline .wrapper ul    		{ width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
#clothesline ul li        				{ display: block; float: left; padding: 0; height: 450px; width: 917px; margin: 0; text-align:center; z-index:1000; }
#clothesline .arrow                 { display: block; height: 127px; width: 123px; background:url(../images/bg.arrows_400.png) no-repeat 0 0; text-indent: -9999px; position: absolute; bottom:0; cursor: pointer; z-index:0 }
#clothesline .forward  			{ background-position: -378px -75px; right: 175px; }
#clothesline .back       			{ background-position: -75px -75px; left: 158px; }
#clothesline .forward:hover  	{ background-position: -378px -275px; }
#clothesline .back:hover   		{ background-position: -75px -275px; }
#clothesline #imageAdjust		{ text-align:left; }

/* No thumb nav
#thumbNav              				{ position: relative; top: 450px; text-align: center; }
#thumbNav a           				{ color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover   				{ background-image: none; }
#thumbNav a.cur             		{ background: #e0a213; }
*/
#thumbNav							{ display:none; }

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

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