@charset "UTF-8";
/* CSS Document */

#fp_news {
	width:310px;
	height:340px;
	padding:15px 5px;
	background:url(../images/template/fp_news.png);
	float:left;
	
}

#fp_news h1 {
	font-size:24px;
	color:#FFFFFF;
	margin:6px 0px 7px 10px;
}

#fp_news_list {
	margin:0px;
	padding:0px;
}

#fp_news_list li {
	display:block;
	list-style:none;
}

#fp_news_list a strong {
	font-size:14px;
	color:#FFFFFF;
}

#fp_news_list a:link, #fp_news_list a:visited {
	display:block;
	width:290px;
	height:47px;
	padding:5px;
	margin:5px 5px 0px 5px;
	color:#EEEEEE;
} 

#fp_news_list a:hover, #fp_news_list a:active {
	display:block;
	width:290px;
	height:47px;
	padding:5px;
	margin:5px 5px 0px 5px;
	color:#EEEEEE;
	background:url(../images/template/fp_news_on.png);
} 

#fp_film_container {
	width:650px;
	height:370px;
	float:left;
	overflow:hidden;
	position:relative;
}

#fp_film_holder {
	width:10000px;
	height:360px;
	position:relative;
}

#fp_films_container {
	width:640px;
	height:360px;
	margin:5px;
	overflow:hidden;
	position:relative;
}

.fp_film {
	width:640px;
	height:360px;
	float:left;
	z-index:1;
}

#fp_film_round {
	width:650px;
	height:370px;
	background:url(../images/template/fp_film_round.png);
	z-index:100;
	position:relative;
	top:-370px;
}

#fp_film_title {
	width:640px;
	height:75px;
	padding: 10px 0px;
	margin:0px 5px;
	background:url(../images/template/fp_film_title.png);
	z-index:101;
	position:relative;
	top:-480px;
	color:#FFFFFF;
}

#fp_film_title h1 {
	margin-top:16px;
	margin-bottom:0px;
}

#fp_film_title h2 {
	color:#CCCCCC;
	font-size:12px;
	margin-top:0px;
}

#fp_film_prev {
	float:left;
	width:21px;
	height:48px;
	margin:14px 20px 0px 10px;
}

#fp_film_prev a {
	display:block;
	width:21px;
	height:48px;
	background: url(../images/template/fp_film_prev.png);
}

#fp_film_next {
	float:right;
	width:21px;
	height:48px;
	margin:14px 10px 0px 20px;
}

#fp_film_next a {
	display:block;
	width:21px;
	height:48px;
	background: url(../images/template/fp_film_next.png);
}

.fp_film_play {
	float:right;
	width:150px;
	height:40px;
	margin:18px 0px 0px 20px;
}

.fp_film_play a {
	display:block;
	width:150px;
	height:40px;
	background: url(../images/template/fp_film_play.png);
}

#fp_box_left {
	float:left;
	width:290px;
	height:180px;
	padding:15px;
	background:url(../images/template/fp_box_left.png);
}

#fp_box_middle {
	float:left;
	width:295px;
	height:180px;
	padding:15px;
	background:url(../images/template/fp_box_right.png);
}

#fp_box_right {
	float:left;
	width:295px;
	height:180px;
	padding:15px;
	background:url(../images/template/fp_box_right.png);
}