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

#window { clear:both; width:1000px; height:400px; background-color:#CCC; overflow:hidden; position:relative;}

#slideshow { width:2100px; height:400px; overflow:hidden; position:relative;}
#slideshow li{ width:1050px; height:400px; float:left; display:inline;}
