/*
	Modified from
	Panning Slideshow with jQuery
	Build Internet Tutorial (www.buildinternet.com)
	Written by Zach Dunn
	http://buildinternet.com/2010/02/animate-panning-slideshow-with-jquery/
*/

*{margin:0; padding:0;}

#window{clear:both; width:750px; height:350px; background:#ffffff; overflow:hidden; position:relative;}

#slideshow{width:1500px; height:700px; overflow:hidden; position:relative;}
	#slideshow li{width:750px; height:350px; float:left; display:inline;}