@charset "utf-8";
/* reset */

.clear {
	clear:both;
}

/* content holder */
.wrap {
	margin:0 auto;
	width:960px;
}
/* menu */

#slideshow {
	position:relative;
	height:380px;
}
#slideshow img {
	float:none;
}
#slideshow div {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	height: 380px;
	width: 100%;
}
#slideshow div.active {
	z-index:10;
}
#slideshow div.last-active {
	z-index:9;
}
#zoom {
	z-index:11;
}
/* pitch overlay */
.overlay {
	clear:both;
	float:left;
	z-index:100;
	position:relative;
	margin:150px 0 0;
}
.overlay h2 {
	color:#fff;
	font-size:22px;
	background:url(../images/dot.png);
	background-color:#7A0000;
	padding:16px;
	margin:0;
	float:left;
	width:350px;
}
.overlay p {
	clear:both;
	background:#fff;
	padding:16px;
	width:350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#slideshow:hover .arrow {
	background:url(../images/dot.png);
}
.arrow {
	float:right;
	position:relative;
	width:65px;
	height:63px;
	margin:-180px 0 0;
	z-index:100;
}
.arrow a {
	float:left;
	background:url(../images/pitcharrow.gif) no-repeat center center;
	width:15px;
	height:24px;
	padding:19px 25px;
}
