#cantaloupe * {
	margin: 0;
	padding: 0;
}

#cantaloupe {
	width: 733px;
	position: relative;
}

#cantaloupe a {
	color: #01265b;
	text-decoration: none;
}

#cantaloupe-top {
	border: 2px solid #00cc33;
	background: #004396;
	border-bottom: none;
	height: 256px;
	overflow: hidden;
	padding-left: 154px;
}

#cantaloupe-main {
	height: 256px;
}

#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 733px;
	height: 314px;
	background: url(../images/overlayBg.gif) repeat top left;
}

#closeBtn {
	position: absolute;
	top: 5px;
	left: 528px;
}

#video {
	position: absolute;
	width: 480px;
	height: 270px;
	top: 30px;
	left: 130px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	background: #FFF;
}

a#playLink {
	display: block;
	text-indent: -5000px;
	width: 574px;
	height: 256px;
}

#cantaloupe-bottom {
	height: 55px;
	background: url(../images/bottomBg.png) repeat-x top left;
}

ul#cantaloupe-related-items {
	padding: 0 0 0 154px;
	list-style: none;
}

ul#cantaloupe-related-items li {
	width: 125px;
	height: 37px;
	padding: 9px;
	float: left;
	background: url(../images/thumbnailSepBg.jpg) no-repeat bottom right;
}

	ul#cantaloupe-related-items li a {
		/*font-weight: bold;*/
	}
	

	ul#cantaloupe-related-items li#share {
		background: none;
	}
	
	ul#cantaloupe-related-items li#share a {
		color: #004a19;
	}


.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
 }
 .clearfix {display:inline-block;}
 /* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */