@charset "utf-8";
/* 代码整理：时代Java NowJava.com */
body {
	font-family:arial;
	margin-top:70px;
}
img {
	border:none;
}
div#items a {
	text-decoration:none;
	color:#3deeee;
}
div#items {
	width:786px;
	margin:0 auto;
}
#items .item {
	display:block;
	width:190px;
	height:120px;
	border:2px solid #666;
	float:left;
	position:relative;
}
#items .item .caption {
	position:absolute;
	top:80px;
	left:2px;
	padding:3px;
	font-size:10px;
	width:180px;
	display:none;
	background:#000;
}
.clear {
	clear:both;
}
.effect {
	box-shadow: 0 0 10px #444;
	-moz-box-shadow: 0 0 10px #444;
	-webkit-box-shadow: 0 0 10px #444;
}
