.film {
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #008BD0;
	border-right-color: #008BD0;
	border-bottom-color: #008BD0;
	border-left-color: #008BD0;
	height: 135px;
	width: 670px;
	display: block;
	padding: 5px;
	float: left;
	overflow: hidden;
	clear: both;
}
.film:hover {
	background-color: #FFF;
}
#films .film img     {
	float: left;
	margin-right: 15px;
	height: 135px;
	width: 240px;
	background-color: #333;
}
#films .film h3 {
	font-size: 24px;
	text-decoration: underline;
	color: #008BD0;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float: right;
	width: 405px;
	display: block;
}
#films .film h4 {
	font-size: 14px;
	color: #800000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	float: right;
	width: 405px;
	display: block;
	clear: right;
	text-align: left;
}
#films .film h5 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	padding: 0px;
	float: right;
	width: 405px;
	clear: right;
	display: block;
	text-align: left;
}
#films img.rollover
{
	position:absolute;
	left:5px;
	display:none;
	top: 4px;
	opacity: .9;
}
#films :hover img.rollover
{
	display:block;
}
#films .film     {
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #008BD0;
	border-bottom-color: #008BD0;
}

