div#content {
	background: repeat-y url(../img/bg-the-cinematheque.gif);
	margin: 0;
	padding: 0 0 20px;
	position: relative;
	overflow: auto;
	overflow-y: visible;
}

img {
	width: 100px;
	border-style: none;
}

h2 {
	background: no-repeat url(../img/header-the-cinematheque.jpg);
	width: 800px;
	height: 300px;
	margin: 0;
	padding: 0;
	border-style: none;
	text-indent: -2000px;
}

div#episodes {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	height: auto;
}

div#empisodes img {
	 float: left;
}

div#episode {
	position: absolute;
	border: solid #8f543a 5px;
	width: 300px;
	background: #000000;
	padding: 5px;
	visibility: hidden;
	z-index:1000;
	opacity: .85;
	filter: alpha(opacity=85);
}

h3#episode_title {
	color: #8f543a;
	margin: 0;
}

p#episode_date {
	color: #cb8a62;
	font-size: 8pt;
	margin: 0;
}

p#episode_description {
	font-size: 8pt;
	margin: 0;
}