@CHARSET "UTF-8";

.gallery {
	clear: both;
}

.gallery .gallery-more {
	text-align: right;
	
	margin-right: 10px;
}

.gallery ul {
	list-style: none;
	margin: 0px !important;
}

.gallery ul li {
	float: left;
	list-style: none;
	margin: 10px 4px;
	background:none;
}

.gallery ul li .image {
	width: 120px;
	height: 120px;
	
	border: 1px solid #aaaaaa;
	
	background-color: #ffffff;
	
	background-repeat: no-repeat;
	background-position: center;
}

.gallery ul li h3 {
	line-height: 13px;
	font-size: 11px;
	
	margin: 5px 0 0 0;
	padding: 0;
}

.gallery ul li h3 a {
	color: #6b00cb;
	text-decoration: none;
}

.gallery ul li h3 a:HOVER {
	color: #8025d2;
	text-decoration: underline;
}

.gallery .gallery-footer {
	clear: both;
}
