﻿.imageElement
{
	font-weight: normal !important;
}
div#dstacs_2.jdGallery .slideInfoZone{
  background-color:rgba(52,174,200,0.8) !important;
  border-top: 2px solid #00576C;
	height:70px !important;
}
div#dstacs_2.jdGallery .slideInfoZone div a{
  display:inline-block;
  padding:10px;
  font-family:'yekan';
  font-size:13px;
}
.jdGallery
{
    width:98% !important;
    margin:1%;
	overflow: hidden;
	position: relative;
	font-weight: normal !important;
    border-radius:3px;
}

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	font-weight: normal !important;
}

.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('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone div
{
    padding-top:3px;
	height:15px;
}

.jdGallery .slideInfoZone a:active,
.jdGallery .slideInfoZone a:hover
{
	text-decoration: underline;
	font-weight: normal !important;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	margin: 2px 5px;
	color: #fff;
	font-weight: normal !important;
	margin-top:10px;
   font-family:'yekan';
  font-size:12px;
}


.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
	font-weight: normal !important;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 70px;
	width: 30px;
    top:25%;
	cursor: pointer;
	z-index:100000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	font-weight: normal !important;
        transition:all 0.5s ease-in-out;
        -webkit-transition:all 0.5s ease-in-out;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=70);
	font-weight: normal !important;
}

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

.jdGallery a.left
{
	left: 0px;
	background: transparent url('img/left.png') no-repeat;
}

.jdGallery a.open
{
    z-index: 15;
    position: absolute;
    left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
}

* html .jdGallery a.left { background: transparent url('img/left.png') no-repeat; }

.jdGallery a.right
{
	right: 0px;
	background: url('img/right.png') no-repeat;
}

* html .jdGallery a.right { background: url('img/right.png') no-repeat; }