#slide_catalog{
position:relative;
height:135px;
width:100%;
background:url(../image/slide_box_bg.gif) repeat-x 0 top;
}


.in2_pre{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50px;
	left:0;
}
.in2_next{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50px;
	right: 0;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
    width: 800px;
	padding:0 0 0 0;
	height: 135px;
	overflow: hidden;
	position: absolute;
	left:70px;
	top:0;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
    width: 800px;
	height:135px;
	overflow:hidden;
	float:left;
	padding:0 0 0 0;
}
div.scroller div.content {
width: 10000px;
}
.in_webinfo{
	float: left;
	width: 200px;
}
/* .in_webinfo h2{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
} */
.in_webinfo p{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
	margin-bottom:6px;
}

.m_view{
background-image: url(../images/button/in_w_b.gif);
background-repeat: no-repeat;
background-position: left top;
height: 13px;
width: 170px;
margin-top: 5px;
text-align: right;
font-size: 10px;
line-height: normal;
}
.m_view a{
	height: 13px;
	width: 150px;
	margin-top: 5px;
	text-align: right;
	font-size: 10px;
	line-height: normal;
	padding-right: 5px;
	color: #666666;
}
.m_view a:hover{
	color: #FF0000;
}
.img_s {
	margin: -2px 0px 0px;
	padding: 0px 0px 0px 1px;
	width: 170px;
}
.img_s img{
border:none;
margin: 0px;
padding: 0px;
}
.img_s img:hover{border:none;}
