﻿.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	width: 288px !important;
	height: auto;
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 380px;
	height: 240px;
	background-repeat: no-repeat;
	border:solid 1px #666;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	float:right;
	width: 188px;
	height:250px;
	margin: 0px 0px 0px 20px;
	text-indent: 0;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}



.jdGallery a
{
	text-decoration: none;
}

