/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */
*{
	margin:0;
	padding:0;
}



/*-------------------------
	The main container
--------------------------*/



#main{
	position:relative;
	width:100%;
	margin:0 auto;
	padding-top: 33px;
}

#main .photo{
	height:250px;
	overflow:hidden;
	border-radius: 2px;
	border-bottom:1px dashed #CCC;
	margin-bottom:14px;
	
}

#main .photo img{
	width:100%;
	border-radius: 2px;
	height:190px;
}

#loadMore{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 2px;
	box-shadow: 0 1px 1px #e0e0e0;
	opacity:0.9;
	height:29px;
}

#loadMore:hover{
	opacity: 1;
}


