﻿#demo {
	overflow:hidden;
	width: 100%;
	margin-top: 15px;
} 
#demo1 { 
    float: left;
} 
#demo2 { 
    float: left;
} 
#indemo { 
    float: left; 
    width: 800%; 
} 
#icon_left {
	float: left;
	padding-top: 63px;
	width: 19px;
	text-align: right;
	padding-left: 18px;
}
#icon_right {
	float: right;
	padding-top: 63px;
	width: 19px;
	text-align: left;
	padding-right: 18px;
}
#mainscroll_pro {
	width: 100%;
	background-image: url(images/pro_bgline.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 200px;
	clear: both;
	padding-top: 20px;
	overflow: hidden;
}
#scroll_pro{
	margin-top: 0px;
	clear: both;
}

#scroll_pro li{
	float: left;
	width:150px;
	height:140px;
	text-align: center;
	background-image: url(../images/pro_bg1--.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	overflow: hidden;

}
#scroll_pro li a.scroll_pic{
	height:110px;
	width:136px;
	display: block;
	background-image: url(../images/pro_libg--.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 1px;
	border: 0px solid #999999;
	text-align: center;
	margin: auto;
	background-color: #FFFFFF;
	clear: both;
}
#scroll_pro li img{
	height: 110px;
	width: 136px;
}
#scroll_pro li a{
	display:block;
	text-decoration: none;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	clear: both;
	width: 100%;
}
#scroll_pro li a:hover{
	text-decoration: underline;
	color: #FF3300;
}
