/* pitch slideshow */
#pitch { 
	clear: both; 
	height: 296px; 
	margin: 0 0 25px;
}
#slideshow {
    position:relative;
    height: 300px;
}
#slideshow img {
	float: left;
}
#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index:2;
}
#slideshow div.active {
    z-index: 3;
}


/* pitch overlay */
.overlay {
	clear: both;
	float: left; 
	z-index: 6;
	position: relative; 
	margin: 250px 0 0 ; 
   
    
}
.overlay h2{ 
	color: #fff; 
	font-size: 2em;
	background: url(../images/dot.png);
	padding: 1px;
	margin: 0;
	float: left;
	width: 300px;
}
.overlay p {
	clear: both;
	background-image: url(../images/bg.png);
	padding: 16px;
	width: 925px;
    color: #fff;
    font-size: 2em;
    text-align: center;
    
    
}
.overlay1 {
	clear: both;
	float: left; 
	z-index: 6;
	position: relative; 
	margin: 50px 0 0 ; 
   
    
}
.overlay1 h2{ 
	color: #fff; 
	font-size: 2em;
	background: url(../images/dot.png);
	padding: 20px;
	margin: 0;
	float: left;
	width: 300px;
}
.overlay1 p {
	clear: both;
	padding: 16px;
	width: 925px;
    color: #fff;
    font-size: 2em;
    
    
}




/* inner pitch */
#inner-pitch {
	clear: both;
}
#inner-pitch .overlay {
	margin: 0;
	width: 920px;
}