@charset "UTF-8";
form {
	margin: 0px;
	padding: 0px;
}
#GallerySelectBox {
	color: #EC501B;
	background-color: #DADABB;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #545454;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#thumbSelect {
	height: 100px;
	width: 100%;
	border: 1px solid #545454;
	margin-bottom: 20px;
	padding: 0px;
}
.backButton {
	background-repeat: no-repeat;
	height: 100px;
	width: 20px;
	float: left;
}
.forwardButton {
	background-repeat: no-repeat;
	height: 100px;
	width: 20px;
	float: right;
}
#galleryrepeatContainer {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	height: 90px;
	text-align: center;
}
.galleryRepeat {
	height: 90px;
	width: 125px;
	float: left;
	margin-right: 10px;
	border: 1px solid #DADABB;
}
#captionBox {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC6600;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #DADABB;
	width: 470px;
}
.largeImage {
	margin-bottom: 20px;
}

