@CHARSET "UTF-8";
.gallery {
	height: 132px;
	width: 149px;
	margin: 7px;
	padding: 0;
	float: left;
	overflow: hidden;
}

.gallery .photo {
	display: block;
	width: 149px;
	height: 112px;
}

.gallery .name {
	background: url(gfx/belka.png) no-repeat;
	padding-top: 2px;
	font-size: 13px;
	color: #FFFFD6;
	width: 149px;
	height: 20px;
}

.gallery .name a {
	color: #FFFFD6 !important;
	text-decoration: none !important;
}

.gallery .belka_orange {
	background: url(gfx/belka-orange.png) no-repeat;
}
