﻿* {
	margin: 0;
	padding: 0;
}
body {
	width: 670px;
	height: 250px;
}
#main {
	width: 670px;
	height: 250px;
	overflow: hidden;
	background: url(0605.jpg)no-repeat ;
}
.list {
	list-style-type: none;
}
.list li {
	float: left;
	margin-top: 170px;
	margin-left: 30px;
	
}
 img:hover {
    transform: scale(1.1);
}
.list li img {
    transition: all 0.2s linear 0s;
}  
.list li img {
	padding-left:0px;
	width:120px;
	border:0;
}