.ngg-gallery-thumbnail {
	padding: 13px 13px 13px 13px;
	border-width: 0px;
	margin-left: 30px;
	margin-bottom: 30px;
	background: #ffffff;
	position: relative;
}

.ngg-gallery-thumbnail img {
	padding: 0px;
	border-width: 0px;
	margin-left: 0px;
	width: 185px;
	height: 277px;
}

.ngg-gallery-thumbnail-first .ngg-gallery-thumbnail {
	margin-left: 0px;
}

.ngg-gallery-thumbnail-info {
	font-family: Tahoma;
	font-size: 10pt;
	text-align: left;
	width: 186px;
}

.ngg-gallery-thumbnail-info .rates {
	float: left;
	width: 91px;
	border-right: 1px solid #f5f5f4;
	font-size: 10pt;
	padding: 5px 0px 0px 0px;
	color: #912a8f;
}

.ngg-gallery-thumbnail-info .rates span {
	display: block;
	font-size: 8pt;
	padding: 0px;
}


.ngg-gallery-thumbnail-info .comments-count {
	float: left;
	width: 91px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	color: #f05a28;
	font-size: 10pt;
}

.ngg-gallery-thumbnail .stars {
	float: left;
	margin-top: 5px;
	position: absolute;
	top: 270px;
}

.ngg-gallery-thumbnail .stars .star-on {
	float: left;
	background: url('images/star_on.png') no-repeat; /* transparent */
	width: 17px;
	height: 17px;
	margin: 0px 2px;
}

.ngg-gallery-thumbnail .stars .star-off {
	float: left;
	background: url('images/star_off.png') no-repeat; /* transparent */
	width: 17px;
	height: 17px;
	margin: 0px 2px;
}

.ngg-navigation a {
	color: #90278a;
	text-decoration: none;
}

.ngg-galleryoverview .archive {
	float: right;
	width: 194px;
	background: #ffffff;
	padding: 10px;
	margin-right: 25px;
}

.ngg-galleryoverview .archive .title {
	font-weight: bold;
	float: left;
	font-size: 9pt;
	line-height: 20px;
	margin-right: 10px;
	padding: 0px 10px 0px 5px;
	color: #90278e;
	border-right: 1px solid #f5f5f4;
}

.ngg-galleryoverview .archive .select {
	float: left;
}

.ngg-galleryoverview .archive .select select {
	width: 100px;
}