select{
	border:solid #666666 1px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#454545;
}

#episode_container_table{
	width:515px;
	height:300px;
	margin-top:20px;
	margin-left:40px;
}

#episodes_container_multi_row{
	position:relative;
	top:80px;
	*top:100px;
	width:100%;
}

#episodes_container_single_row{
	position:relative;
	top:80px;
	*top:100px;
	width:100%;
}

.episode_container{
	float:left;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#454545;
	margin-left:10px;
}

.episode_row{
	clear:both;
	height:140px;
	/*width:100%;*/
	margin:auto;
	padding-left:20px;
}

#pagination{
	clear:both;
}

.thumb_default{
	border: solid #454545 2px;
}

.thumb_active{
	border: solid #FF0000 2px;
}

.episode_text{
	visibility:hidden;
	position:absolute;
	top:105px;
	right:190px;
	*right:160px;
	width:320px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:16px;
	text-align:justify;
}

.episode_date{
	font-size:16px;
	width:100%;
	text-align:right:
}

.day_text{
	font-size:16px;
}

.episode_title{
	font-size:24px;
	margin-top:3px;
	text-align:left;
}

.page_label{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:20px;
	color:#454545;
}
