#frenettesGallery, #myGallerySet, #flickrGallery
{
	display: inline-block;
	margin: auto;
	width: 100%;
	height: 300px;
	z-index:5;
	border: none;
	overflow: hidden;
}

.jdGallery .slideInfoZone
{
	color: white;
        position: absolute;
        z-index: 10;
        height: 90px;
        width: 100%;
	text-align: center;
	border-top-right-radius: 15px;
        margin: 0px;
        left: 0;
	background: none;
        bottom: 0;
        text-indent: 0;
        overflow: hidden;
}

.jdGallery .slideInfoZone h2
{
	font-size: 22pt;
	color: white;
	font-family: serif;
	margin-top: 5px;
	margin-bottom: 10px;
}


.jdGallery .slideInfoZone p
{
	font-size: 18pt;
	color: white;
	font-family: serif;
}

.jdGallery .slideElement
{
	background-size: cover;
}
