#gallery_container {
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 10px;
}
ul#gallery {
	width: 100%;
	overflow: auto;
	margin-bottom: 0;
}
ul#gallery li {
	border: 0;
	float: left;
	width: 33%;
	height: 150px;
	margin: 0px;
	background: #fff;
}
ul#gallery li.active {
	border: 0;
}
.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: 60px;
	height: 27px;
	position: absolute;
	top: 20%;
	margin-top: -15px;
	cursor: pointer;
	_behavior: url('/share/js/iepngfix.htc');
}
#galleryLeft span {
	background: url('/share/img/galleria-forrige.png');
	left: 0px;
}
#galleryRight span {
	background: url('/share/img/galleria-neste.png');
	right: -1px;
}
#galleryZoom span {
	background: url('/share/img/fancy_zoom.png');
}

#vote {
	margin-right: 10%;
	margin-bottom: 10px;
/* 	margin-left: 100%; */
	float: right;
}
