p.commentp1 {text-align: center; margin: 2em;}

/* JonDesign's SmoothGallery 2.0 Image Rotator */
#myGallery2 /* text is left of the pic */
{
width:400px;
height:247px;
z-index:5;
float: right; margin-left:.7em; border: 1px solid black
}

#myGallery4 /* text is right of the pic */
{
width:400px;
height:247px;
z-index:5;
float: left; margin-right:.7em; border: 1px solid black
}

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

.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-bar-black.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-bar-black.gif');
}

/* END JonDesign's SmoothGallery 2.0 Image Rotator */


