.in2_pre{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 280px;
}
.in2_next{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 280px;
	left: 618px;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
    width: 580px;
	padding:0 0 0 0;
	height: 197px;
	overflow: hidden;
	position: absolute;
	left: 34px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
    width:580px;
	height:197px;
	overflow:hidden;
	float:left;
	padding:0 0 0 0;
}
div.scroller div.content {
width: 10000px;
}
.in_webinfo{
	float: left;
	width: 183px;
	padding: 10px 10px 0 0;
	line-height: normal;
}
.in_webinfo img{
	border: none;
	margin-top: 10px;
	opacity: 0.8;                   /* 透明度80% FireFox 的寫法 */ 
    filter: Alpha(Opacity=70);   /* 透明度70% IE 的寫法 */ 
}
.in_webinfo img a{
    opacity: 0.8;                   /* 透明度90% FireFox 的寫法 */ 
    filter: Alpha(Opacity=70);   /* 透明度80% IE 的寫法 */ 
}
.in_webinfo img:hover{
    opacity: 1;                   /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100);   /* 透明度100% IE 的寫法 */  
}

