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



#window{clear:both; width:930px; height:280px; background:#ffffff; overflow:hidden; position:relative; margin:10px auto 10px auto;}

#slideshow{width:1860px; height:560px; overflow:hidden; position:relative;}
#slideshow li{width:930px; height:280px; float:left; display:inline;}


