/* overriding the settings in the default css file */

/* set height & width to a 400x400px box: */
#myGallery
{
	text-align: left;
	margin: 0 auto;
	width: 400px !important;
	height: 400px !important;
}

/* disable the subtitle: */
.jdGallery .slideInfoZone
{
	height: 0px;
}
