#myGallery
{
	width: 458px;
	height: 342px;
	z-index:5;
	display: none;
	border: none;
	overflow: hidden;
}

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

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
}

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

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

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 49%;
	cursor: pointer;
	z-index:100;
}


.jdGallery a.left
{
	left: 0;
	top: 0;
}

.jdGallery a:hover.left
{
	background: url('img/arrow_left.png') no-repeat center left;
}

*:first-child+html .jdGallery a.left:hover
{
    background: url('img/arrow_left.png') no-repeat center left;
}

.jdGallery a.right
{
	right: 0;
	top: 0;
}

.jdGallery a:hover.right
{
	background: url('img/arrow_right.png') no-repeat center right;
}

*:first-child+html .jdGallery a.right:hover
{
    background: url('img/arrow_right.png') no-repeat center right;
}

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







