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

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

#myGallery3 /* centered */
{
width:400px;
height:225px;
z-index:5;
border: 1px solid black
    display: block;
    margin-left: auto;
    margin-right: auto
}



#myGallery4 /* text is right of the pic */
{
width:460px;
height:345px;
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('jsg/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('jsg/loading-bar-black.gif');
}

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

