#gallery_container {
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 10px;
}
ul#gallery {
	width: 100%;
	overflow: auto;
	margin-bottom: 0;
}
ul#gallery li {
	width: 76px;
	height: 57px;
	border: 1px solid #111;
	margin: 0 4px 4px 0;
	background: #000;
}
ul#gallery li.active {
	border-color: lime;
}
.galleria_container {
	padding: 5px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
.galleria_wrapper {
	position: relative;
	margin: 0 auto;
}
.galleria_container .caption {
	text-align: left;
	display: block;
	margin: 0 auto;
}
#galleryLeft, #galleryRight {
	height: 100%;
	position: absolute;
	top: 0;
	background: url(data:image/gif);
	z-index: 100;
}
#galleryLeft {
	left: 0;
}
#galleryLeft span, #galleryRight span, #galleryZoom span {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	_behavior: url('/share/js/iepngfix.htc');
}
#galleryLeft span {
	background: url('/share/img/fancy_left.png');
	left: 10px;
}
#galleryRight span {
	background: url('/share/img/fancy_right.png');
	right: 10px;
}
#galleryZoom span {
	background: url('/share/img/fancy_zoom.png');
}