#myPage
{
	position: absolute;
	width: 850px;
	z-index:6;
}

#myGallery
{
	width: 345px;
	height: 410px;
	z-index:5;
	display: none;
}


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

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

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

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



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

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

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

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

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('../images/previous.gif') no-repeat bottom left;
}

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

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('../images/more.gif') no-repeat bottom right;
}

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

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

.withArrows a.open
{
	position: absolute;
	top: 360px;
	left: 0;
	height: 99%;
	width: 100%;
	cursor: pointer;
	z-index: 10;
	background-image: url('img/bar.png');
}

	
