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

#camtaloupe a, #cantaloupe a img {
	border: none;
	outline: none;
	}

#cantaloupe ul, #cantaloupe ol {
	list-style: none;
	}

#cantaloupe {
text-align: center;
width: 684px;
margin: 0 0 20px 0;
font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

#cantaloupe p {
	text-indent: 0;
	padding: 0;
	margin-left: 0;
	}

.center {
	margin: auto;
	text-align: left;
	width: 682px;
	}

#cantaloupeHeader {
	background: #f3f3f3;
	border-top: 1px solid #aeaeae;
	padding:  10px 5px;
	}
	
	#cantaloupeHeader h2 {
		text-align: left;
		margin: 0 0 10px 0;
		font-size: 14px;
		color: #c83536;
		}
		
		#cantaloupeHeader h2 span {
			font-weight: normal;
			color: #6a6868;
			}
	
#lcol  {
	float: left;
	width: 202px;
	}
	
	#lcol h4 {
		line-height: 45px;
		text-align: center;
		color: #6a6868;
		}

#rcol {
	float: left;
	width: 480px;
	color: #FFF;
	}
	
#cantaMain {
	position: relative;
	height: 270px;
	width: 480px;
	background: url(../images/main.jpg) no-repeat top left;
	}
	
	
	a#view {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		display: block;
		text-indent: -5000px;
		width: 478px;
		height: 268px;
		}
		
		a#view:hover {
			border: 2px solid #c83536;
			}
		
a#closeBtn {
	position: absolute;
	top: 2px;
	left: 482px;
	z-index: 20;
	background: #c63c3c;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #9a1414;
	height: 18px;
	line-height: 18px;
	width: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	}
	
		
#video {
	width: 480px;
	height: 270px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	}


ul#thumbs {
	float: left;
	list-style: none;
	width: 164px;
	margin: 5px 0 0 30px;
	}

	ul#thumbs li {
		float: left;
		width: 31px;
		height: 31px;
		margin: 0 8px 8px 0;
		position: relative;
		}
		
		ul#thumbs a {
			text-indent: -5000px;
			width: 31px;
			height: 31px;
			display: block;
			
			opacity: 0.4;
			-moz-opacity: 0.4;
			filter: alpha(opacity=40);
			
			}
			
			ul#thumbs a.live {
				background-position: top;
				
				opacity: 1.0;
				-moz-opacity: 1.0;
				filter: alpha(opacity=100);
				
				}
			
			a#a {
				background: url(../images/thumbs/epiBtn-1.gif) no-repeat bottom left;
				}
			a#b {
				background: url(../images/thumbs/epiBtn-2.gif) no-repeat bottom left;
				}
			a#c {
				background: url(../images/thumbs/epiBtn-3.gif) no-repeat bottom left;
				}
			a#d {
				background: url(../images/thumbs/epiBtn-4.gif) no-repeat bottom left;
				}
			a#e {
				background: url(../images/thumbs/epiBtn-5.gif) no-repeat bottom left;
				}
			a#f {
				background: url(../images/thumbs/epiBtn-6.gif) no-repeat bottom left;
				}
			a#g {
				background: url(../images/thumbs/epiBtn-7.gif) no-repeat bottom left;
				}
			a#h {
				background: url(../images/thumbs/epiBtn-8.gif) no-repeat bottom left;
				}
			a#i {
				background: url(../images/thumbs/epiBtn-9.gif) no-repeat bottom left;
				}
			a#j {
				background: url(../images/thumbs/epiBtn-10.gif) no-repeat bottom left;
				}
			a#k {
				background: url(../images/thumbs/epiBtn-11.gif) no-repeat bottom left;
				}
			a#l {
				background: url(../images/thumbs/epiBtn-12.gif) no-repeat bottom left;
				}
				
		a#a:hover, 
		a#b:hover, 
		a#c:hover, 
		a#d:hover, 
		a#e:hover, 
		a#f:hover, 
		a#g:hover, 
		a#h:hover, 
		a#i:hover, 
		a#j:hover, 
		a#k:hover,
		a#l:hover {
			background-position: bottom;
			}


h3#current_video_title {
	clear: left;
	font-size: 12px;
	text-align: left;
	color: #c83536;
	}

h3#current_video_description {
	color: #6a6868;
	font-size: 12px;
	}


ul#cantaJs {
	height: 35px;
	}

ul#cantaJs li {
	float: left;
	margin: 0 10px 0 0;
	background: #FFFF33;
	height: 27px;
	}
	
	ul#cantaJs li a:hover img {
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter: alpha(opacity=80);
		}

h3#videoComingSoon {
	font-size: 12px;
	color: #999;
	height: 38px;
	line-height: 38px;
	}

a.cantaloupe {
	color: #FF6600;
	}


.test {
	top: -10px;
	left: 25px;
	position: absolute;
	padding: 5px;
	display: block;
	width: 100px;
	background: #FFFF00;
	}

/* ClearFix CSS */
.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 */


