/* VK Gallery stylesheet */

.vkg-clear {
	height: 0;
	line-height: 0;
	clear: both;
}

#vk-gallery {
	margin: 0 0 1.5em 0;
}

#vk-gallery a {
	float: left !important;
	display: block !important;
	padding: 0 !important;
	border: 2px solid #ccc;
	background: #000 50% 50% url(../images/zoom.png) no-repeat;
}
#vk-gallery img {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}
#vk-gallery a span {
	display: none;
}