* {
	margin: 0;
	padding: 0;
	}

a, a img {
	border: none;
	outline: none;
	}
		
a#a_faq {
	position:absolute;
	font-size: 12px;
	font-weight: bold;
	left: 379px;
	top: 69px;
	}

a#a_faq:hover {
	color: #000;
	}

#main {
	position: relative;
	width: 480px;
	height: 270px;
	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 #fcffa3;
	}
		
#overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	text-align: center;
	}

#video {
	width: 480px;
	height: 270px;
	}

a#closeBtn {
	position: absolute;
	top: -25px;
	right: 0px;
	z-index: 20;
	background: #ca612a;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #FFF;
	height: 15px;
	line-height: 15px;
	width: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	}
	
ul#thumbs {
	list-style: none;
}
ul#thumbs li {
	float: left;
	margin: 0 2px 0 0;
}

ul#thumbs li a {
	display: block;
	height: 36px;
	width: 36px;
	line-height: 38px;
	text-align: center;
	background: #e5e5e5;
	border: 1px solid #bfbfbf;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

ul#thumbs li a.live {
	background: #999999;
	border: 1px solid #666;
	color: #333;
	}

ul#thumbs li a.null {
	background: #f2f2f2;
	border: 1px solid #ebebeb;
	cursor:default;
	}
	
						
#episode_info {
	color: #595959;
	}
	
#episode_info h4 {
	margin: 0 0 5px 0;
	color: #d4662b;
	}

a#cantalink {
	color: #682017;
	}

/* 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 */
