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

*{margin:0; padding:0;}


#window{clear:both; width:850px; height:200px; background:#173884; overflow:hidden; position:relative; margin:10px auto 10px auto;}

#slideshow{width:1700px; height:800px; overflow:hidden; position:relative;}
	#slideshow li{width:850px; height:200px; float:left; display:inline;}

