#myGallery
{
	width: 450px !important;
	height: 215px !important;
	z-index:5;
	display: none;
	font-weight: normal !important;
	*font-weight: normal !important
}

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

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

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

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

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 100;
	width: 100%;
	margin: 20px 0px 0px 22px;
	left: 0;
	height: 150px;
	background: transparent;
	color: #000;
	overflow: hidden;
	font-weight: normal !important;
	*font-weight: normal !important;
}

.jdGallery .slideInfoZone div
{
	
	font-weight: normal !important;
	*font-weight: normal !important;
}

.jdGallery .slideInfoZone div a
{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal !important;
	*font-weight: normal !important;

	color:#000000;
	text-decoration:none;

}

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

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


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

}

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

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=60);
	font-weight: normal !important;
	*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: 15px;
	top: 185px;
	background: transparent url('../images/leftArrow.gif') no-repeat;
}

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

.jdGallery a.right
{
	left: 35px;
	top: 185px;
	background: url('../images/rightArrow.gif') no-repeat;
}

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

