@charset "utf-8";
/* CSS Document */
#live_player{
	width:100%;
	float:left;
	background-color:#000;
}

.content_left_style:nth-child(2) h2{
	width:100%;
	float:left;
	margin-bottom:15px;
	font-size:1.3em;
	line-height:1.5em;
}
.content_left_style:nth-child(2) p{
	width:100%;
	float:left;
	margin-bottom:5px;
	font-size:1em;
	line-height:1.5em;
}

#show_poto_all{
	background-color:#94001c;
	padding:15px 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#show_poto{
	width:100%;
	float:left;
	padding:10px 0px;
	background-color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
.news_title{
	width:100%;
	float:left;
	padding:5px 0px;
}
.carousel_img_block{
	width:180px;
	height:165px;
	text-align:center;
	font-size:1em;
	float:left;
	line-height:22px;
	margin:5px 5px;
	position:relative;
}
.carousel_img_block a{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.carousel_img_block img{
	float:left;
}
#prev, #next {
	height: 170px;
	position: absolute;
	top: 50%;
	margin-top: -85px;
}

#carousel img {
	border: none;
	display: block;
	float: left;
}

#prev, #next {
	background: center center no-repeat;
	width: 50px;
}
#prev:hover, #next:hover {
}
#prev {
	background-image: url( ../images/icon/top_icon1.png );
	left: 0;
}
#next {
	background-image: url( ../images/icon/next_icon1.png);
	right: 0;
}

#donate-spacer {
	height: 100%;
	margin-bottom: -70px;
}
#donate {
	border-top: 1px solid #999;
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
}
#donate form {
	width: 100px;
}

/*content_left_news_ul*/
.content_left_news_ul{
	width:100%;
	float:left;
}
.content_left_news_ul li{
	width:100%;
	float:left;
	padding:0px 0px 0px 30px;
	background-image:url(../images/icon/do_icon1.png);
	background-position:5px center;
	background-repeat:no-repeat;
	background-size:20px;
}
.content_left_news_ul li a{
	width:100%;
	float:left;
	padding:10px 5px;
	border-bottom: 1px dotted #999;
	text-decoration:none;
	font-size:1em;
	color:#000;
}