.jdGallery
{
	overflow: hidden;
	position: relative;
	height: 300px;
}

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;

	background-image: url(../images/bgGradientThin.png);

	background-repeat: repeat-x;

	background-position: 00px -96px;
	
}

.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('img/loading.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;
}



a.rotatorleftArr, a.rotatorRightArr{
	text-decoration: none;
	display: block;
	float: left;
	width: 13px;
	height: 20px;
	padding: 0px;
	background: url(img/rotatorArrows.gif) ;
	cursor: pointer;
}		
a.rotatorleftArr{ margin-right: 5px;	}
a.rotatorleftArr:hover{ background-position: 0px 20px;	}
a.rotatorRightArr{	background-position: -21px 0px;	}
a.rotatorRightArr:hover{	background-position: -21px 20px;	}


/* additions by justin h */

div.slideInfoPane{
	left: 450px;
	position: absolute;
	top: 10px;
	width: 250px;
}



#imageLink{
	float: right;
	height: 180px;
	
	/*font: 1.3em/1.4em Verdana,Arail,sans-serif;*/
}

#imageLink h2{
	background-color: #4f4f4f;
	color: #5096cc;
	padding: 3px;
	margin: 5px 5px 10px 0px;
	font-weight: bold;
	display: inline;
	font-size: 1.8em;
	line-height: 1.4em;
}

.imageSubDesc{
	display: block;
	margin-top: 10px;
	font: 10px/14px Verdana,Arail,sans-serif;
	width: 200px;
}


