@charset "utf-8";
/* CSS Document */



/*
	Panning Slideshow with jQuery
	Build Internet Tutorial (www.buildinternet.com)
	Written by Zach Dunn
*/

#window{
	clear:both;
	width:790px;
	height:213px;
	background:#005811;;
	overflow:hidden;
	position:relative;
	margin:0px;
	border: 1px solid #ffdd00;
	box-shadow: 0 0 20px black;
}

#slideshow{
	width:1580px;
	height:426px;
	overflow:hidden;
	position:relative;
}

#window ul
{
margin:0px;
padding:0px;
}

#slideshow li{
	width:790px;
	height:213px;
	float:left;
	display:inline;
}
