@charset "utf-8";

#cantaloupe * {
	margin: 0; 
	padding: 0;
	}

#cantaloupe {
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/background.gif) no-repeat top left;
	width: 526px;
	overflow: hidden;
	margin-top:9px;
	}

#cWrapper {
	padding: 4px 12px;
	}
	
	

#cantaloupe a, #cantaloupe a img {
	border: none;
	outline: none;
	}

#cantaloupe p {
	margin: 0 0 1.5em 0;
	}
	
#cantaloupe h2 {
	float: left;
	color: #0d0e6b;
	width: 145px;
	padding: 0;
	margin: 0 2px 0 10px;
	line-height: 25px;
	font-size: 14px;
	text-align: left;
	}

	
#main {
	position: relative;
	clear: both;
	height: 270px;
	width: 482px;
	margin: 0 0 0 8px;
	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;
	border: 2px solid #FFF;
	}
	
	a#view:hover {
		border: 2px solid #0d0e6b;
		}
		
#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;
	}
	
#thumbWrapper {
	background: url(../images/thumbBG.gif) no-repeat top left;
	width: 497px;
	height: 78px;	
	margin: 0;


}



ul#thumbs {
	list-style: none;
	margin: 3px 0 0 24px;
	padding: 0;
	
	}
	
	
	ul#thumbs li {
		float:left;
		
		}
		
		ul#thumbs li a {
		margin: 0;
		height:31px;
		width:28px;
		line-height: 31px;
		text-align:center;
		display:block;
		background: url(../images/thumbs.gif) no-repeat top left;
		color: #FFF;
		text-decoration:none;
		font-weight: bold;
		font-size: 10px;
		}
		
		ul.thumbs li a:hover {
			background-position: bottom;
			}
		
		
		ul#thumbs li.cs a {
			cursor: pointer;
			text-decoration:none;
			background-position: bottom;
		
			}
		
		
		
		ul#thumbs li.cs a:hover {
			background-position: bottom;
			cursor: pointer;
		
			}
		
		ul#thumbs li.last a {
			}
			
 h3#more_videos {
 	width: 80px;
	font: 10px/1.2em Arial, Helvetica, sans-serif;
	color: #FFF;
	padding:0;
	padding: 11px 0 0 24px;
	
	
}

.episode_number{
	color: #99cc33;
}

#episode_info {
	clear:both;
	padding: 0 10px;
	height: 50px;

}

#episode_info h4 {
	font: 12px/1.2em Arial, Helvetica, sans-serif;
	color: #0d0e6b;
	margin: 0;
	font-weight: bold;
	
}


#episode_info p {
	font: 11px/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}
	
ul#js {
	list-style: none;
	}
	
	ul#js li {
		height: 28px;
		float: left;
		padding: 0;
		margin: 0 3px 0 0;
		overflow: hidden;
	
		}
		
		ul#js li a:hover img {
			padding: 0;
			margin: 0;
			opacity: 0.70;
			-moz-opacity: 0.7;
			

			}

		

.last {
	margin-right: 0;
	}
	
#cantaFooter {
	text-align: center;
	color: #FFF;
	font-size: 10px;
	}
	
	
#cantaFooter a {
	color: #0d0e6b;
	text-decoration: none;
	}
	

#cantaFooter a#cantaLink {
	color: #FF9933;
	text-decoration: none;
	}


.fade {
	opacity: 0.6;
	-moz-opacity: 0.6;
	
}

   .clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
    
    /* Hide from IE Mac \*/
   .clearfix {display:block;}
   /* End hide from IE Mac */

