/*
	Panning Slideshow with jQuery
	Build Internet Tutorial (www.buildinternet.com)
	Written by Zach Dunn
*/


#window{clear:both; width:500px; height:300px; background:#131310; overflow:hidden; position:relative; margin:10px auto 10px auto;}

#slideshow{width:1000px; height:600px; overflow:hidden; position:relative; margin:0; padding:0;}
	#slideshow li{width:500px; height:300px; float:left; display:inline; margin:0; padding:0;}
	


		
