@charset "utf-8";
/* CSS Document */

/*中间区域*/
.center{
	width:550px;
	height:210px;
	background:#ffffff;
	float: left;
}
.center .center_top{
	width:550px;
	height:210px;
	/*background: orange;*/
}


/*<==================================================>*/

/*中间轮播图区域*/
 
.content_middle{
	width:550px;
	height:210px;
    margin:0px auto;
    position:relative;
    border: 1px solid #ffffff;
}
.content_middle:hover .common{
	display: block;
}
/*左右切换图标*/
.content_middle .common_da{ width:550px; height:210px;}

.content_middle .common{
	display: block;
	width:39px;
	height: 100px;
	position: absolute;
	z-index: 25;
    top:30%;
    margin-top: -20px;
    display: none;
}
.content_middle .btnLeft{
	opacity: 0.5;/*opacity 表示透明度*/
	left:0px;
	background: url(../images/sprite.png) no-repeat;
}

.content_middle .btnRight{
	opacity: 0.5;/*opacity 表示透明度*/
	right:0px; 
	background: url(../images/sprite.png) no-repeat -60px 0;
}
/*轮转图片*/
.content_middle ul li{
	width:550px;
	height:210px; 
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left:2px;
	top:0px;
	margin:0px auto;
}

/*切换小图标*/

.content_middle .table{
	width:550px; 
	height:210px;
	position: absolute;	
	left:335px;
	top:177px;
	z-index:9;/*z-index 表示页面的堆叠层级*/
	margin-left:0px;  
	line-height: 24px; 
}
.content_middle .table a{
    width:33px;
    height:33px;  
    background:#E3DEE1;
    opacity: 0.8;
    text-align:center;
    line-height: 33px;
    margin-left:3px; 
    display: block;
    float:left;  
}

.content_middle .table a.small_active{
	background:#FF8800;
	color: #fff;
	 
} 

