﻿
#srollwrap{
	width:1000px;
	height:80px;
	position:relative;
	background-color:white;
}
#l_click{
	width:58px;
	float:left;
}
#r_click{
	width:58px;
	float:left;
}
#srolling{
	float:left;
	position:relative;
	z-index:30; 
	overflow:hidden;
	width:880px;
	height:70px;
	padding-top:10px;
	background-color:white;
	border:#ededed 2px solid;
}
#srolling div{
	width:220px;
	height:80px;
}
#srolling a{
	display:block;
}