#scroll_1{
	overflow:hidden;
	width:1150px;
	height:325px;}
#scroll_1 a{
	width:180px;
	display:block;
	height:260px;
	margin:0 10px;
	background-color:#FFF;
	border:1px solid #EEE;}
#scroll_1 a h3{
	color:#666666;
	font-size:18px;
	text-align:left;
	margin-top:5px;}
#scroll_1 a p{
	color:#666666;
	font-size:15px;
	text-align:left;
	margin:0 0 15px 0;}
#scroll_1 a .img-box{
	width:180px;
	height:260px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;}
#scroll_1 a:hover .img-box{
	background-size:120%;}