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

#window ul, #window li {margin:0; padding:0;}


#window{clear:both; width:640px; height:320px; background:#131310; overflow:hidden; position:relative; margin:0;}

#slideshow{width:1280px; height:640px; overflow:hidden; position:relative;}
#slideshow li{width:640px; height:320px; float:left; display:inline;}

		

