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

#window{
	clear:both;
	width:370px;
	height:400px;
	background:#000;
	overflow:hidden;
	position:relative;
}

#slideshow{
	width:740px;
	height:800px;
	overflow:hidden;
	position:relative;
}
		
#slideshow li{
	width:370px;
	height:400px;
	float:left;
	display:inline;
}