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

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

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

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

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

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

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

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

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

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


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

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 10%;
	height: 99%;
	width: 80%;
	cursor: pointer;
	z-index: 1;
	background: none;
}



/* additions by justin h */

.jdGallery a#backToBegin{
	background: transparent url(img/back.gif) no-repeat scroll 10px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
}

#infoBar{	
	position: absolute;
	top: 304px;
	width: 810px;
	height: 11px;
	margin: 12px auto 32px auto;
	color: #333;
	
}

#imageInfo{
	width: 300px;
	float: left;
}

#infoBar #imageInfo a{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a#imageLink{
	text-decoration: none;
	font-weight:bold;
}
a#imageLink span.imageSubDesc{
	font-weight: normal;
}

#imageCount{
	float: left;
	width: 88px;
	padding: 0px 4px;
	text-align: right;
}

#imageCount a{
	color: #666;
	margin-right: 4px;
	text-decoration: none;
}

#imageCount a.currentItem{
	text-decoration: underline;
}

