.rowinner{
	margin-top: 20px;
}
.containActon{
    margin-top:10px;
	margin-left: 0px;
    background-color:#EBEBEB;
}
.containActonLeft{
	margin-left: 40px;
	width: 34%;
	float: left;
}
.containActonLeft img{
	width: 220px;
}
.containActonCenter{
	width: 35%;
	float: left;
}
.containActonCenter img{
	width: 220px;
}
.containActonRight{
	margin-right: 35px;
	width: 23%;
	float: right;
}
.containActonRight img{
	width: 220px;
}
#wapper{ 
	position:relative;
	height:501px; 
	width:1001px; 
	overflow:hidden;
}
#slideshow{
	width:1001px; 
	height:501px; 
	overflow:hidden; 
	position:relative;
}
#imglist{
	width:100%; 
	height:100%; 
	left; padding:0; 
	margin:0;
	position:absolute; 
	left:0;
	top: 0;
}
#imglist li{ 
	width:100%;
	height:100%; 
	float:left;
}
#nextlist{
	position:absolute; 
	z-index:9;
}
#nextlist li{ 
	float:left; 
	display:inline; 
	height:30px; 
	padding:0px 20px; 
	width:120px;
}
#nextlist li.current{
	background:#EED8AE;
}
#bg{ 
	position:absolute; 
	z-index:1;
	background:#ff0;
	filter:alpha(opacity=20);
	opacity:0.2; 
	height:30px; 
	width:1001px;
}