

#showreel {
	width: 920px;
	height: 200px;
	padding: 0;
	margin: 0 auto 5px auto;
	text-align: center;
	position: relative;
}

#showreel .showreel_text {
	border: 1px solid #D8E7FE;
	color: #D8E7FE;
	text-align: center;
	padding: 0;
	margin: 5px 0 0 0;
	background-color: #476FA1;
	width: 918px;
	clear: both;
	height: 65px;
	vertical-align: middle;
}

.showreel_banner {
	font-weight: bold;
	line-height: 1em;
	padding: 5px 0 0 0;
	font-size: 1.4em;
}

.showreel_programme_info {
	line-height: 1.2em;
	font-size: 95%;
	text-align: center;
	padding: 6px;
}

.showreel_banner span.broadcast {
	font-weight: normal;
	font-size: 0.8em;
}

.showreel_item {
	float: left;
	width: 109px;
	height: 109px;
	text-align: center;
	margin: 2px;
	position: relative;
	border: 1px solid #D8E7FE;
}

.showreel_item img {
	margin: 0;
	padding: 0;
}

.showreel_item .details {
	padding: 5px;
	width: 92px;
	margin: 0 auto;
	background-color: #476FA1;
	border-top: 1px solid #D8E7FE;
	border-left: 1px solid #D8E7FE;
	border-right: 1px solid #D8E7FE;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	margin-left: 3px;
}

.showreel_item .details h3 {
	text-transform: capitalize;
	color: #D8E7FE;
	font-size: 90%;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}

.showreel_item .details h3 a {
	color: #D8E7FE !important;
	text-decoration: none;
}

.showreel_item .details p {
	margin: 0;
	font-size: 90%;
	line-height: 1.3em;
	text-align: center;
	color: #000;
}