#jgallery {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#jgallery a span {
	display: none;
}
#jgallery-black {
    background-color: #000;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
	width: 100%;
	height: 100%;
	opacity: 0.70;
	filter: alpha(opacity = 70);
}
#jgallery-image {
	background: #fff url('loader.gif') center center no-repeat;
	display: block;
	position: relative;
	border: 5px #fff solid;
	margin: auto;
	width: 200px;
	height: 200px;
	z-index: 150;
	top: 0;

}
#jgallery-lister {
	width: 100%;
	position: fixed;
	_position: absolute;
	left: 0;
	text-align: center;
	margin-top: 20px;
	background-color: #cc0000;
	z-index: 200;
}
#jgallery-status {
	text-align: center;
	width: 300px;
	margin: auto;
}

#jgallery-position {
	color: #fff;
	font-size: 20px;
	margin: auto;
	width: 200px;
	display: block;
}
#jgallery-lister a {
	background-position: top center;
	outline: none;
	display: block;
	height: 30px;
	margin: auto;
}
#jgallery-lister a#jgallery-left {
	float: left;
	width: 21px;
	background-image: url(sipka_prev.gif);
}
#jgallery-lister a#jgallery-right {
	float: right;
	width: 21px;
	background-image: url(sipka_next.gif);
}
#jgallery-lister a#jgallery-close {
	float: right;
	width: 23px;
	margin-right: 20px;
	background-image: url(sipka_close.gif);
}
#jgallery-lister a:hover {
	background-position: bottom center;
}