/***** news *****/

#news section h4{
	font-size		: 14px;
	line-height		: 18px;
	padding			: 5px 10px;
	border-bottom	: 2px dotted #333333;
	color			: #cc99ff;
}

#news section #box{
	line-height		: 18px;
	padding			: 5px 10px;
	border-bottom	: 1px solid #333333;
}
.bt_photo{
	width			: 180px;
	margin			: 0 auto;
	padding			: 10px 0 0 0;
}
.bt_photo span{
	display			: block;
	border			: 1px solid #999999;
	margin			: 0 5px 5px 5px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}

.bt_photo a{
	display			: block;
	color			: #ffffff;
	font-size		: 14px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #000000;
	border			: 1px solid #000000;
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #ffffff 12%, #666666 24%, #ffffff 94%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(12%,#ffffff), color-stop(24%,#666666), color-stop(94%,#ffffff), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top, #333333 0%,#ffffff 12%,#666666 24%,#ffffff 94%,#333333 100%);
	background: -o-linear-gradient(top, #333333 0%,#ffffff 12%,#666666 24%,#ffffff 94%,#333333 100%);
	background: -ms-linear-gradient(top, #333333 0%,#ffffff 12%,#666666 24%,#ffffff 94%,#333333 100%);
	background: linear-gradient(top, #333333 0%,#ffffff 12%,#666666 24%,#ffffff 94%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 )
	padding			: 7px 0px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	line-height		: 20px;
}
