/*右侧样式*/
.content_right{
	width: 693px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
/*滚动广告样式*/
.content_right .ad {
	width:693px;
	height:203px;
	overflow:hidden;
	position:relative;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.content_right .slider,.content_right .num{
	position:absolute;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.content_right .slider li{
	list-style:none;
	display:inline;
	margin: 0px;
	padding: 0px;
}
.content_right .slider img{
	width:689px;
	height:203px;
	display:block;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
}
.content_right .num{ 
	right:5px; 
	bottom:5px;
}
.content_right .num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.content_right .num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}
