.in2_pre{
width: 20px;
height: 20px;
position: absolute;
top: 120px;
left:0px!important;
left:-20px;
}
.in2_next{
height: 20px;
width: 20px;
position: absolute;
top: 120px;
right:0px!important;
right:20px;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		

width: 680px;
height: 260px;
overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		

width:680px;
	height:260px;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
width: 10000px;
}

.in_webinfo{
	float: left;
	
	width: 160px;
	line-height: normal;
	color: #717171;
}

