/*
	Panning Slideshow with jQuery
	Build Internet Tutorial (www.buildinternet.com)
	Written by Zach Dunn
*/


#window
{
	clear:both;
	width:1000px;
	height:270px;
	background:url(../Images/Jq_back.jpg) no-repeat;
	overflow:hidden;
	position:relative;
	margin:10px auto 10px auto;
}

#slideshow
{
	width:2000px;
	height:540px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}

#slideshow li
{
	width:1000px;
	height:270px;
	float:left;
	display:inline;
}