.slider{
	width:698px;
	height:160px;
	position:relative;
	overflow:hidden;
}
.conbox{
	width:698px;
	height:160px;
	position:relative;
	overflow:hidden;
}
.conbox img{
	width:698px;
	height:160px;
}
.slider_home{
	width:990px;
	height:350px;
	position:absolute;
	overflow:hidden;
}
.conbox_home{
	width:990px;
	height:421px;
	position:relative;
	overflow:hidden;
}
.switcher, .switcher_home{
	/* background: #999;
    border-radius: 5px; */
    bottom: 0;
    float: right;
   /*  opacity: 0.5; */
    position: absolute;
    right: 10px;
    z-index: 99;
}
.switcher_home{
	right:450px;
	bottom: 10px;
}
.switcher a{
	display:inline-block;
	background:url(img/icon_cir.png) 0 0 no-repeat;
	_background:url(img/icon_cir.gif) 0 0 no-repeat;
	cursor:pointer;
	float:left;
	height:10px;
	width:10px;
	margin:2px 5px;
	
}
.switcher_home a{
	display:inline-block;
	background:url(img/icon_cir_home.png) 0 0 no-repeat;
	_background:url(img/icon_cir_home.gif) 0 0 no-repeat;
	cursor:pointer;
	float:left;
	height:10px;
	width:10px;
	margin:2px 5px;
}
.switcher a.cur,.switcher a:hover, .switcher_home a.cur,.switcher_home a:hover{
	background-position:-21px 0;
}