div.scene {
	position: relative;
	float: left;
	margin: 3px;
	_margin: 2px;
	border: 1px solid #000;
	padding: 10px;
	width: 454px;
	height: 617px;
	text-align: center;
	color: #747474;
	background: #141414;
}

div.scene h1 {
	margin: 0;
	padding: 0 0 5px 5px;
	text-align: left;
	font-size: 18px;
	color: #FFF;
}

div.scene h2 {
	margin: 0;
	padding: 3px 0 0 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

div.scene h2 span.complement {
	font-weight: normal;
	color: #747474;
}

div.scene b {
	color: white;
}

div.scene a.thumbnail {
	display: block;
	border: 1px solid #202020;
	text-decoration: none;
	background: black;
}

div.scene a.thumbnail.big {
	width: 452px;
	height: 254px;
	margin: 10px 0 0 0;
}

div.scene a.thumbnail.small {
	float: left;
	margin: 11px 11px 7px 0;
	width: 142px;
	height: 118px;
}

div.scene a.thumbnail.small.last {
	margin-right: 0;
}

div.scene div.rating {
	margin: 3px 0 0 0;
	font-size: 12px;
}

div.scene div.rating h2,
div.scene div.rating span {
	display: block;
	float: left;
}

div.scene div.rating h2 {
	margin: 0 0 0 5px;
	padding: 0;
}

div.scene div.rating span.votes {
	margin-left: 8px;
}

div.scene div.rating div.stars {
	float: left;
	margin: 1px 6px 0 6px;
	width: 64px;
	height: 12px;
	background: url('../../images/widgets/home_2cols/ratingStars.png') no-repeat;
	_background-image: url('../../images/widgets/home_2cols/ratingStars.gif');
	overflow: hidden;
}

div.scene p.description {
	margin: 7px 0 0 4px;
	text-align: left;
	color: #747474;
	font-size: 12px;
}

div.scene ul.buttons {
	position: absolute;
	left: 10px;
	bottom: 10px;
	margin: 0 -2px;
	padding: 0 0 0 0;
	#width: 459px;
}

div.scene li {
	display: block;
	margin: 0;
	padding: 0;
}

div.scene li.button {
	float: left;
	background: #333;
	margin: 0 0 0 0;
}

div.scene li.button.b1 {
	width: 169px;
	background: url("../../images/widgets/home_2cols/watchTrailer.gif") no-repeat top center;
}

div.scene li.button.b2 {
	margin-left: 1px;
	width: 169px;
	background: url("../../images/widgets/home_2cols/watchVideo.gif") no-repeat top center;
}

div.scene li.button.b3 {
	margin-left: 1px;
	width: 119px;
	background: url("../../images/widgets/home_2cols/joinNow.gif") no-repeat top center;
}

div.scene li.button:hover {
	background-position: left bottom;
}

div.scene li a {
	display: block;
	height: 38px;
	outline: #222;
}
