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

*{margin:0; padding:0;}

#window{
	clear:both;
	width:1200px;
	height:120px;
	background:#6d0119;
	overflow:hidden;
	position:relative;
	margin:0px auto 0px 60px;
	background-image: url(../images/arriere-plan-header.gif);
}
#logo{
	clear:both;
	width:3000px;
	height:120px;
	background:url('../images/Opal.png')
	overflow:hidden;
	position:absolute;
	margin:0px auto 0px auto;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-image: url(../images/Opal.png);
}
#slideshow{width:1920px; height:700px; overflow:hidden; position:relative;}
	#slideshow li{width:960px; height:350px; float:left; display:inline;}

