@CHARSET "UTF-8";

#gallery {
}

#gallery .img img {
	border:1px solid #a48a5e;
	padding:2px;
	float: left;
}

#gallery .container {
	float: left;
	width: 290px;
	margin-left: 10px;
}

#gallery .container .title span {
	font-size: 10px;
	color: #c1c1c1;
}

#gallery .container .desc {
}

#gallery .next {
	clear: both;
	text-align: right;
	margin-top: 5px;
}

#gallery .next a {
	text-decoration: none;
	color: #000;
	font-size: 10px;
	font-weight: 900;
}

#gallery .next a:hover {
	text-decoration: underline;
}