

#gallery {
	position : absolute;
	width:100%;
	height:100%;
	left : 0px;
	top:0px;
	z-index:10;
	display:none;
}

.galleria-container {
	background-color: black;	
}
.galleria-thumbnails{
	margin:auto;
}
.galleria-images img {
	border:1px solid #fff;
}
.galleria-cursor-left {
	cursor:url(/k4/jquery/plugins/galleria/left.png) 20 20,pointer;
}
.galleria-cursor-right {
	cursor:url(/k4/jquery/plugins/galleria/right.png) 20 20,pointer;
}
.galleria-cursor-quit {
	cursor:url(/k4/jquery/plugins/galleria/quit.png) 20 20,pointer;
}

.galleria-counter {
	width:50px;
	height:20px;
	color:#fff;
	opacity:1;
	text-align:right;	
}
.galleria-counter span {
	color:#fff;
	opacity:1;	
}