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

*{margin:0; padding:0;}
#window1{
	clear:both;
	width:250px;
	height:220px;
	background:#FFFFFF;
	overflow:hidden;
	position:relative;
	margin:10px auto 10px auto;
}

#slideshow1{
	width:500px;
	height:440px;
	overflow:hidden;
	position:relative;
}
#slideshow1 li{
	width:250px;
	height:220px;
	float:left;
	display:inline;
}

#window2{
	clear:both;
	width:250px;
	height:220px;
	background:#FFFFFF;
	overflow:hidden;
	position:relative;
	margin:10px auto 10px auto;
}

#slideshow2{
	width:500px;
	height:440px;
	overflow:hidden;
	position:relative;
}
#slideshow2 li{
	width:250px;
	height:220px;
	float:left;
	display:inline;
}