.scene{
	text-align: center;
	width: 864px;
	background: #141414;
	height: auto;
	margin: 0 auto;
	border: 1px solid #000;
	margin-top: 3px;
	padding: 10px 46px;
}

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

.scene .short_info{
	text-align: left;
	clear: both;
	padding: 0 0 0 5px;
}

.scene .short_info b{
	color: #FFF;
	font-size: 12px;
}

.scene .short_info h2{
	color: #747474;
	font-size: 12px;
	display: block;
	float: left;
	clear: left;
}

.scene .short_info .rating{
	float: right;
	color: #747474;
	padding: 0 8px 0 0;
	position: relative;
	width: auto;
	height: 15px;
}

.scene .short_info .rating b{
	color: #FFF;
	font-weight: bold;
}

.scene .main_image,
.scene .main_image a{
	width: 862px;
	height: 486px;
	display: block;
}
.scene .main_image a{
	background: transparent url(../../images/big_home/play.png) no-repeat center center;
}
* html .scene .main_image a{background-image: none;}

.scene .other_images,
.scene .other_images a{
	height: 176px;
	width: 279px;
	display:block;
}

.scene .main_image{
	border: 1px solid #000;
	margin: 10px 0 0 0;
	background: #333;
}

.scene .other_images{
	background: #333;
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #000;
}

.scene .other_images.last{
	margin-right: 0;
}

.scene .description{
	text-align: left;
	color: #747474;
	margin: 0 0 10px 0;
}

.scene .description b{
	color: #FFF;
}

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

.scene li, .scene li a{
	width: 227px;
	height: 46px;
	display: block;
	outline: #222;
}

.scene li{
	float: left;
	background: #333;
	margin: 0 40px 0 0;
}

.scene li.button_1{
	background: url("../../images/big_home/btn_1.png") no-repeat top center;
}
.scene li.button_1:hover{background-position: center bottom;}

.scene li.button_2{
	background: url("../../images/big_home/btn_2.png") no-repeat top center;
}
.scene li.button_2:hover{background-position: center bottom;}

.scene li.button_3{
	background: url("../../images/big_home/btn_3.png") no-repeat top center;
}
.scene li.button_3:hover{background-position: center bottom;}

.scene ul{
	padding: 0 0 0 44px;
}

.scene .short_info .rating .stars,
.scene .short_info .rating .stars_gray{
	display: block;
	height: 15px;
	width: 64px;
}

.scene .short_info .rating .stars_gray,
.scene .short_info .rating .results,
.scene .short_info .rating .votes{
	float: left;
}

.scene .short_info .rating .votes{
	width: 125px;
}

.scene .short_info .rating .stars{
	background: url("../../images/big_home/stars.png") repeat-x left center;
	position: absolute;
	left: 135px;
	z-index: 100;
}

.scene .short_info .rating .stars_gray{
	background: url("../../images/big_home/stars_gray.png") repeat-x top center;
	margin: 0 10px;
	position: relative;
	top: 3px;
}
