/*
	Panning Slideshow with jQuery
	Build Internet Tutorial (www.buildinternet.com)
	Written by Zach Dunn
*/

*{margin:0; padding:0;}

#window{
	clear:both;
	width:1680px;
	height:400px;
	background:#131310;
	overflow:hidden;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#slideshow{
	width:3840px;
	height:800px;
	overflow:hidden;
	position:relative;
	margin: 0px;
}
	#slideshow li{
	width:1680px;
	height:400px;
	float:left;
	display:inline;
	position: relative;
}
#imageBg{
	color:#FFF;
	font-family:georgia, serif;
	width:1680px;
	overflow:hidden;
	position: absolute;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	clip: rect(0px,auto,auto,auto);
	background-image: url(../images/image_bg.png);
	height: 400px;
}
h1#logo {
	position: absolute;
	top: 117px;
	left: 290px;
}
.prSpace {
	margin-top: 10px;
}

