@charset "utf-8";
#videos {
	padding: 10px
}
#videos h1 {
	padding:0;
	margin:0;
}
.film {clear:both}
.film h2, .film h3 {display: inline}
.film h2 a {position: relative;top:5px}
.film h3 strong {position: relative;top:5px}
#vbuttons {
	font-size: 11px;
	text-align:right;
}
#vbuttons a{ margin-left: 10px }
.poster-container {
	background: url('/images/filmback.png') no-repeat;
	float: left;
	height:286px;
	margin:0 19px 19px 0;
	padding:9px 0 15px 10px;
	width:174px;
}
.poster-container-last {
	margin-right: 0;
}
.poster-container img{
	border: 1px solid #4A4A4A;
}
.poster-container h1{
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 3px 0
}
.poster-container h2{
	font-size: 10px;
	font-weight: normal;
	color: #585B5E;
	margin:0;
}
