#scrollbox {
	width:1110px; height:330px; margin-top:20px;
}
.scroll {
	margin: 0px auto; width: 1110px; height:330px; color: rgb(51, 51, 51); overflow: hidden;
}
.scrollc{ width:360px; height:278px; float:left; margin-right:0px; text-align:center; }
.scroll img{ width:330px; height:240px; border:#CCC 5px solid; }
.scroll img:hover{ background-color:#fff;
filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
-moz-opacity:0.7; /*Firefox私有，透明度50%*/
opacity:0.7;/*其他，透明度50%*/
}
.scroll p{ width:100%; height:30px; line-height:30px; font-family:"微软雅黑"; font-size:16px; color:#333;  }