.content{
	width:100%;
	min-width:994px;
	background-color:#FFF;
	z-index: -9;
	height: 425px;
	float: left;
	margin-top: 45px;
}

/*---------start Carousel--------*/

.carouselWrapper {
	height: 67px;
	overflow:hidden;
	background-color:white;
	margin: 0 auto;
	width: 980px;

	padding-top: 16px;
	clear: left;
}

	ul.carousel{
		list-style-type: none;
		width:10000000px;
		height: 75px;
		position:relative;
		padding: 0;
		top: -35px;
		margin-top: 27px;
}

	ul.carousel li{
		margin-right:9px;
		margin-left:9px;
		display:inline;
		float:left;
		background-color:#7F7F7F;
		position:relative;
		border:3px solid #3F3F3F;
}
	ul.carousel p{
		margin-top: -35px;
		color: white;
		top: -29px;
		position: relative;
		font-size: 10px;
		text-align: right;
}
	ul.carousel img{
		margin-top: 5px;
		margin-bottom: 5px;
}	
/*----------assorted stylings-----------*/

.horizon{
	height: 100px;
	width: 100%;
	background-color: silver;
	position: relative;
	top: 355px;
	z-index: 0;
}

.player{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.99;
	margin-top: -55px;
}
	.player img{
		float: left;
		opacity: 1;
	margin-right: auto;
	margin-left: 75px;
}
	
	.videoImg{
		width:340px;
		height:250px;
		float: left;
	}
	
	.text {
		margin-right: 100px;
		margin-top: 50px;
		position: relative;
		float: right;
	}

/*---------video player--------*/

.video {
	width:340px;
	height: 240px;
	background:gray;
	margin-right:auto;
	margin-left: 45px;
	position: relative;
	top:px;
	float: left;
	display: none;
	text-align: center;

}

.video p {
	color: white;
	font: italic 24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-top: 100px;
}

.videoActive{
	width:415px;
	height:300px;
	opacity:1.0;

}

/*---------carousel nav buttons--------*/

.buttonWrapper {
	width: 980px;
	margin:0 auto;
	position:relative;
}

	
	.button {
		width: 45px;
		height: 45px;
		background-color:#A5CBE2;
		z-index: 50000;
		position: absolute;
		margin-top: -65px;
}

		#right.button{
			float: right;
			right: -20px;
}
		#left.button{
			float: left;
			left: -20px;
			
}	

/*---------popup menu--------*/

.activeMenu{
	width: 100px;
	height: 50px;
 	background-color: #0C5B9C;
	position: relative;
	opacity:0.0;
	z-index: 25;
	top: 80px;
	clear: left;
	float: left;
}

	.activeMenu#videoMenu{
	margin-left: 108px;
	float: left;
	position: relative;
	clear: left;
	margin-top: -50px;
}

	.activeMenu p, .activeMenu a{
		color:white;
		margin: 13px 6px 6px;
		font-family: Helvetica, sans-serif;
		text-decoration: none;
		padding: 0px;
		
	}