/* IMAGES
--------------------------------------------------------------*/
.reel_spot {
	width: 740px;
	margin: 0 0 10px 0;
	text-align: left;
	border: 7px solid #252525;
	color: #c0c0c0;
	background: #252524;
}
.reel_spot p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 800;
}
/* IMAGES
--------------------------------------------------------------*/
.reel_images {
	width: 740px;
	margin: 5px 0 0 0;
}
.reel_images .image1,
.reel_images .image2 { float: left; }
.reel_images .image1 { width: 185px; }
.reel_images .image2 { width: 370px; }

/* CAPTIONS
--------------------------------------------------------------*/
.caption {
	float: left;
	margin: 7px 0 0 0;
	width: 370px;
}
.caption p {
	font-size: 11px;
	font-weight: normal;
}
.caption .awards { font-size: 10px; }
.caption .name { font-weight: 800; }

/* BUTTONS
--------------------------------------------------------------*/
.play_btns {
	float: left;
	width: 370px;
	margin: 7px 0 0 0;
	text-align: right;
}
.play_btns a { display: inline; }
.play_btns img {
	width: 90px;
	height: 14px;
}
