.imageElement
{
	font-weight: normal !important;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
	font-weight: normal !important;
}

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

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

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

.jdGallery .slideInfoZone div
{
    padding-top:3px;
	font-weight: bold !important;
}

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

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
	font-weight: normal !important;
}


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

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 17px;
	width: 17px;
	cursor: pointer;
	z-index:10000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	font-weight: normal !important;
}

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

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

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

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

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

.jdGallery a.right
{
	left: 20px;
	top: 0px;
	background: url('img/direita.gif') no-repeat;
}

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