
.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
	padding: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: gray;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	margin: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	height: 200px !important;
	background: transparent url('/grafika/menic_bok.png') no-repeat;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	padding: 10px;
	width: 232px;
}



.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 13px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 16px;
}



.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 70%;
	width: 30%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 260px;
	top: 0;
	background: url('/images/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('/images/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 10px;
	top: 0;
	background: url('/images/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('/images/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 80%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('/images/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('/images/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
