#myGallery {
	width: 550px;
	height: 361px;
	z-index:5;
}
#myGallery img.thumbnail {
	display: none;
}
.jdGallery {
	overflow: hidden;
	position: relative;
	border-width: 5px 0 0 0;
	border-style: solid;
	border-color: #fff;
}
.jdGallery img {
	border: 0;
	margin: 0;
}
.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../_images/loading.gif');
}
.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('../_images/loading.gif');
}
.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.jdGallery a.right:hover, .jdGallery a.left:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#main .jdGallery a {
	border: none;
}
.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('../_images/arrow_left.gif') no-repeat center left;
}
* html .jdGallery a.left { background: url('../_images/arrow_left.gif') no-repeat center left; }
.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('../_images/arrow_right.gif') no-repeat center right;
}
* html .jdGallery a.right { background: url('../_images/arrow_right.gif') no-repeat center right; }


