#wrapper {
	position:relative;
	overflow:hidden;
	width:461px;
	height:265px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
#number {
	width:120px;
	position:absolute;
	left:10px;
	bottom:10px;
}
#number li {
	padding-left:6px;
	float:left;
	text-indent:-9999px;
	width:16px;
	height:16px;
	overflow:hidden;
	background-image:url(../../images/number1.png);
	background-repeat:no-repeat;
}
#buttom_0 {
	background-position:0 0;
}
#buttom_1 {
	background-position:0 0;
}
#buttom_2 {
	background-position:-44px 0;
}
#buttom_3 {
	background-position:-66px 0;
}
#buttom_0.selected {
	background-position:0 -16px;
}
#buttom_1.selected {
	background-position:-22px -16px;
}
#buttom_2.selected {
	background-position:-44px -16px;
}
#buttom_3.selected {
	background-position:-66px -16px;
}
/* */
.content_right{float:left;}
.content_right .ad {
	width:780px; 
	height:345px; 
	overflow:hidden;
	position:relative;
}
.content_right .slider2,.content_right .num{
	position:absolute;
	visibility: visible;
}
.content_right .slider2 {left:0px;padding-left:0px; margin-left:0px;}
.content_right .slider2 li{ 
	list-style:none;
	display:inline;
}
.content_right .slider2 img{ 
	width:780px; 
	height:401px;
	display:block;
}
.content_right .num{ 
	right:5px; 
	bottom:5px;
}
.content_right .num li{
	float: left;
	color: #000;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border:none;
	background-color: #b7b2ac;
}
.content_right .num li.on{
	color: #fff;
	line-height: 20px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	margin: 3px 1px;
	border: none;
	background-color: #d0131a;
	font-weight: bold;
	text-align: center;
}
