/* Styles related to the showing of the slideshow */

div.slideshow
{
	float: left;
	margin: 4px;
}

/* This sets the dimensions */
div.slideshow #myGallerySet
{
	width: 322px;
	height: 241.5px;
/*
	width: 460px;
	height: 345px;
*/	
}

/* This works for Firefox */
#myGallerySet h3
{
	color: white;
}

/* This works for IE6+ */
.jdGallery .slideInfoZone h2
{
	color: white;
}
