#items #grids {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 30px;
}

#items .item {
	width: 290px;
	font-size:11px;
	text-align:left;
	position: relative;
}

#items img {
	position: relative;
	z-index:-1;
}

#items .unit_l  { 
	height: 410px;
}

#items .unit_l a { 
	height: 400px;
}

#items .unit_l a .inner { 
	height: 390px;
}

#items .unit_s  { 
	height: 190px;
}

#items .unit_s a { 
	height: 180px;
}

#items .unit_s a .inner { 
	height: 170px;
}

#items .item a {
	color: #111;
	/*padding-top:10px;*/
	display: block;
	cursor: pointer;
	margin-top: -1px;
	position: relative;
	text-decoration:none;
}

#items .item a .caption{
	display:none;
}

#items .item a:hover .caption{
	display:block;
}

#items .caption {
	position: absolute;
	width:100%;
	height:100%;
	background:#fff;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#items .caption .inner {
	padding:20px;
}


/*#grids .item a .inner {
display: table;
width: 270px;
margin-left:10px;
overflow: hidden;
position:relative;
background:#fff;
filter: alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}

#grids .item a:hover .inner {
display: table;
width: 270px;
margin-left:10px;
overflow: hidden;
position:relative;
background:#fff;
filter: alpha(opacity=90);
-moz-opacity:0.9;
opacity:0.9;
}

#grids .item .inner-body {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	word-wrap: break-word;
}
*/
/*#grids .item img {
position: absolute;
z-index:-1;
top:0;
}
*/

/*IE*/
#items .item .inner {
	/position: relative;
}
#items .item .inner-body {
	 /position: absolute;
	 /top: 50%;
}
#items .item .inner-body div {
	/position: relative;
	/top: -50%;
}
