﻿.content_box_grey 
{
	position: relative;
	background-color: #3C414F;
	margin: 10px;
}
.content_movie_promo 
{
	padding: 10px;
}
.content_menu_label {
	float:left;
	margin-top: 50px;
	margin-left: 15px;
}
.content_menu_selection_box_library {
	float:right;
	width: 382px;
	height: 230px;
	background-color: #393D48;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.content_menu_selection_box_newreleases {
	float:right;
	width: 512px;
	height: 230px;
	background-color: #393D48;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.content_menu_selection_box_divider {
	float:right;
	width: 10px;
	height: 230px;
}
.content_menu_selection_box_line
{
    height: 1px;
    background-color: #666666;
    margin-top: 2px;
    margin-bottom: 7px;
}
.content_menu_spacer_right {
	float:right;
	width:10px;
	height:280px;
}
.content_menu_selection {
	float:right;
	margin-left:5px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 11px;
	color: #747889;
	cursor: pointer;
}
.content_menu_selection_title {
	font-size: 11px;
	color: #747889;
}
.content_menu_selection_title_active {
	font-size: 11px;
	color: #FFFFFF;
}
.content_movie_promo_button_detail
{
	position: absolute;
	top: 400px;
	left: 600px;
}
.content_movie_promo_button_trailer
{
	position: absolute;
	top: 400px;
	left: 770px;
}
