@charset "utf-8";
/* CSS Document */
#content {
	width: 740px;
	height: auto;
	font-size: 12px;
	color: #656565;
}
#content .list{
	font-size: 13px;
	line-height:20px;
	height: 180px;
	width: 160px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 0px 5px 0px 5px;
}

#content .photo{
	margin: auto;
	height: 120px;
	width: 160px;
	padding: 7px 0;
}
#content .photo img{border: 1px solid #d2d2d2;}
#content .photo img:hover{border: 1px solid #cce198;}

#content .title{
	margin: auto;
	height: auto;
	width: 160px;
	text-align: center;
}
#content .title a{
	color: #323232;
	text-decoration: none;
}
#content .title a:hover{color: #cce198;}