@charset "UTF-8";
/* SPECIFIC TO EPISODES IN MODERN BROWSERS */

/* MIDDLE AREA */

#middle-area {/* essential if the carousel is to display properly except in ie6 */
	min-height: 575px;
	overflow: auto;
}

/* SELECTORS */

.select_yes {
	color: #AC0807;
	border-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-color: #AC0807;
}

/* EPISODES */

#episodes {
	/* position: relative; This made the episodes float over the middle content */
	/* margin-top: 12px; this did no good */
	background-image: url(../images/episode_bg.jpg);
	border-top: solid 4px #AC0807;
	border-bottom: solid 4px #AC0807;
	clear: both;
}

#episode-torch {
	position: absolute;
	right: 46%;
	/* top: 0; */
	margin-top: -33px;
}

#episodes ul li {
	float: left;
	padding: 35px 40px;
	text-align: center;
}
