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

*{margin:0; padding:0;}

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

#slideshow{
	width:1380px;
	height:840px;
	overflow:hidden;
	position:relative;
}

#slideshow li{
	width:690px;
	height:420px;
	float:left;
	display:inline;
}