.PhotoGalleryWrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.PhotoGalleryWrapper  .photoBrdrGallery {
	background-image: url(/images/interior/PhotoBrdr.gif);
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.PhotoGalleryWrapper   .caption, .ImgRightCol .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #380100;
	text-align: center;
	padding: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FAFBF5;
	border: 1px solid #E9EAD8;
}
.PhotoGalleryWrapper   .ImgWrapper, .ImgRightCol .ImgWrapper {
	text-align: center;
	border: 1px solid #E9EAD8;
	padding: 10px;
	background-color: #FAFBF5;
}
.ImgRightCol .PrevNextWrapper {
	padding-left: 50px;
	padding-bottom: 3px;
	background-color: #FAFBF5;
	border: 1px solid #E9EAD8;
	margin-bottom: 1px;
}
.PhotoGalleryWrapper  .PrevNextWrapper {
	padding-bottom: 3px;
	background-color: #FAFBF5;
	border: 1px solid #E9EAD8;
	margin-bottom: 1px;
	padding-left: 250px;
}
.PhotoGalleryWrapper   .imgOf, .ImgRightCol .imgOf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a3620a;
	float: left;
	margin-top: 6px;
	text-transform: uppercase;
	font-weight: bold;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #9D9E68;
	border-left-color: #9D9E68;
	padding-right: 10px;
	padding-left: 10px;
}
.PhotoGalleryWrapper   .PrevNextWrapper   .imgOf   strong, .ImgRightCol .PrevNextWrapper .imgOf strong {
	color: #165E6C;
}


.prevImg  {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	float: left;
	margin-right: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
}
.prevImg   a:link, .prevImg   a:visited {
	background-image: url(/images/interior/btn_prevImg_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #a3620a;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	text-transform: uppercase;
}
.prevImg   a:hover, .prevImg   a:active {
	background-image: url(/images/interior/btn_prevImg_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	color: #3A7386;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.nextImg {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	float: left;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.nextImg  a:link, .nextImg  a:visited {
	background-image: url(/images/interior/btn_nextImg_n.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #a3620a;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 12px;
}

.nextImg  a:hover, .nextImg  a:active {
	background-image: url(/images/interior/btn_nextImg_o.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: underline;
	color: #3A7386;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 12px;
}
