#imageGallery {
	position: relative;
	margin-top: 0em;
	margin-bottom: 0.2em;
	width: 750px;
	text-align: center;
	height: 1000px;
}

#imageGallery .imageWrapper {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 750px;
}

#imageGallery img {
	margin: 0 auto 20px auto;
}

#imageGallery h3 {
	color: #0C664F;
}

#imageGallery h3,
#imageGallery p {
	text-align: left;
}

a#previousLink,
a#nextLink,
a#pauseLink,
a#playLink {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

a#previousLink:hover,
a#nextLink:hover,
a#pauseLink:hover,
a#playLink:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

a#previousLink.unselected,
a#previousLink.unselected:hover,
a#nextLink.unselected,
a#nextLink.unselected:hover,
a#pauseLink.unselected,
a#pauseLink.unselected:hover,
a#playLink.unselected,
a#playLink.unselected:hover {
	cursor: default;
	color: #999;
	text-decoration: none;
}

