#myGallery
{
	text-align: left;
	margin: 0 auto;
	font-family: Tahoma, sans-serif;
}
#myGallery h2 { font-size:13px; } /* title is denoted by h3 in the page code, but injected as h2, so need to style h2 rather than h3 */
#myGallery p { font-size:12px; }


#myGallery { width: 420px; height: 420px; } /* big pic - thumb is done in js options */

.jdGallery div.carouselContainer { height:121px; }
.jdGallery .carousel { height:101px; }

.jdGallery .slideInfoZone { background: transparent; }


/***CE added for alernative external carousel */
#myCarousel
{
    text-align: left;
    margin: 0 auto;
    width:462px; /* picture width + 2 */
    height:97px; /* thumb  height + 2 */
    overflow:hidden;
}