



#container{/*初始化时的宽度*/
	position:relative;
	width:1310px;
	margin:0 auto 0px;
	padding-bottom: 10px;
	
}
.grid{/*块样式*/
	width:100%;
	min-height:100px;
	padding: 0px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	border: 1px solid #ebebeb; 
	 display: inline-block; vertical-align: middle; overflow: hidden;
	
	-ms-transition: top 0.5s ease, left 0.5s ease;/*块移动动画延时*/
}



 .grid img, .product-item-text span a{
	transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;}
.grid .imgholder { display: inline-block; vertical-align: middle; overflow: hidden;}
.grid .imgholder img{ width: 100%; max-width: 500px;}
.grid .product-item:hover img{transform: scale(1.1);}




.grid strong {/*分割线(可选)*/
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{/*块右下标(可选)*/
	text-align:right;
	color:#777;
	font-style:italic;
}
 

*.grid .imgholder img{width: expression(this.width > 375 ? '375px': true); max-width: 100%;/*块内元素属性*/
	background:#ccc;
	display:block;}
	
	 .grid:hover img{transform: scale(1.1);}
	
	

 