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

*{margin:0; padding:0;}

#window{clear:both; width:100%; height:198px;  overflow:hidden; position:relative; }

#slideshow{width:100%; height:396px; overflow:hidden; position:relative;}
	#slideshow li{width:960px; height:198px; float:left; display:inline;}



		
