@charset "utf-8";


#videoWrapper {
	margin:auto;
	width: 950px;
	}

#video_left {
	width: 470px;
	}
	
#video_right {
	background: none;
	height: auto;
	width: 480px;
	}

#cantaloupe * {
	padding: 0;
	margin: 0;
	}

#cantaloupe {
	text-align: left;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	width: 480px;
	}

#cantaloupe a, #cantaloupe a img {
	border: none;
	outline: none;
	}

#cantaloupe p {
	margin: 0 0 1.5em 0;
	}
	
#cantaloupe h3 {}

#cantaloupe #main {
	clear: both;
	height: 270px;
	position: relative;
	margin: 0 0 2px 0;
	background: url(../images/main.jpg) no-repeat top left;
	}
	
	
a#view {
	position: absolute;
	top: 0;
	left: 0;
	width: 476px;
	height: 266px;
	text-indent: -5000px;
	z-index: 5;
	}
	
	a#view:hover {
		border: 2px solid #99cc33;
		}
		
#overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	text-align: center;
	}

#video {
	background: #FFF;
	width: 480px;
	height: 270px;
	margin: auto;
	}

a#closeBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 20;
	background: #99cc33;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #FFF;
	height: 18px;
	line-height: 18px;
	width: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	}
	

ul#thumbs {
	list-style: none;
	display:inline;
	}
	
	
	ul#thumbs li {
		float:left;
		
		}
		
		ul#thumbs li a {
		margin-right: 4px;
		height:18px;
		width:18px;
		line-height: 18px;
		text-align:center;
		display:block;
		background-color:#404A79;
		color: #FFF;
		text-decoration:none;
		font-weight: bold;
		}
		
		
		
		
		ul#thumbs li.cs a {
			background-color:#D9DBE4;
			cursor: pointer;
			text-decoration:none;
		
			}
		
		
		
		ul#thumbs li.cs a:hover {
			background-position: top;
			cursor: pointer;
		
			}
		
		ul#thumbs li.last a {
			}
			
 h3#more_videos {
 	width: 80px;
	float: left;
	font: 10px/1.2em Arial, Helvetica, sans-serif;
	color: #99cc33;
	text-align:right;
	padding-right:4px;
	
}

.episode_number{
	color: #99cc33;
}

#episode_info {
	float:left;
	width:262px;

}

#episode_info h2 {
	font: 12px/1.2em Arial, Helvetica, sans-serif;
	color: #2e7fae;
	margin-bottom: 6px;
	
}


#episode_info p {
	font: 11px/1.2em Arial, Helvetica, sans-serif;
	color: #808080;
}
	
ul#js {
	width: 480px;
	height: 32px;
	list-style: none;
	background: url(../images/banner.gif) repeat-x top left;
	}
	
	ul#js li {
		height: 32px;
		float: right;
		padding: 0;
		margin: 0;
		overflow: hidden;
		background: #FFF;
	
		}
		
		ul#js li a:hover img {
			padding: 0;
			margin: 0;
			opacity: 0.70;
			-moz-opacity: 0.7;
			filter: alpha(opacity=70);
			}
			
p#episode_info_description {
	height: 40px;
	overflow: hidden;
	}

		

.last {
	margin-right: 0;
	}
	
#cantaFooter {
	clear: left;
	text-align: center;
	}

#cantaLink {
	color: #FF9933;
	}


.fade {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

   .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 */

