﻿#myGallery
{
	width: 700px !important;
	height: 215px !important;
	z-index:5;
	display: none;
	font-weight: normal !important;
}
#dataIntoDollarsGallery
{
	width: 215px !important;
	height: 194px !important;
	z-index:5;
	display: none;
	font-weight: normal !important;
	margin-top: 10px;
}

.imageElement
{
	font-weight: normal !important;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
	font-weight: normal !important;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	font-weight: normal !important;
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 99;
	width: 100%;
	margin: 0px 0px 0px 0px;
	left: 0;
	height: 215px;
	width: 700px;
	background: transparent;
	color: #000;
	overflow: hidden;
	font-weight: normal !important;
}

.jdGallery .slideInfoZone div
{
	position: absolute;
	font-weight: normal !important;
	height: 215px;
	width: 700px;
}

.jdGallery .slideInfoZone div a
{
    position: absolute;
	padding: 0;
	margin: 0;
	height: 215px;
	width: 700px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal !important;
	color:#ffffff;
	text-decoration:none;
}

.jdGallery .slideInfoZone a:active,
.jdGallery .slideInfoZone a:hover
{	
	font-weight: normal !important;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
	font-weight: normal !important;
}


.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
	font-weight: normal !important;
	width: 700px;
	height: 215px;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index:100;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
	font-weight: normal !important;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=60);
	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.open
{
    position: absolute;
	cursor: pointer;
	z-index:10;
    width: 700px;
	height: 215px;
}
.jdGallery a.left
{
	left: 660px;
	top: 0px;
	background: transparent url('banner/leftArrow.gif') no-repeat;
}

* html .jdGallery a.left { background: transparent url('banner/leftArrow.gif') no-repeat; }

.jdGallery a.right
{
	left: 680px;
	top: 0px;
	background: url('banner/rightArrow.gif') no-repeat;
}

* html .jdGallery a.right { background: url('banner/rightArrow.gif') no-repeat; }
