@charset "utf-8";

.smallBorder {
	position: relative;
	height: 214px; width: 254px;
	background: url(/images/cemeteries/smallBorder.png) no-repeat;
	margin: 10px 0 10px 15px;
	float: right;
}

	.smallBorder img {
		position: absolute;
		left:1px; top: 1px;
	}

.largeBorder {
	position: relative;
	height: 202px; width: 492px;
	margin-left: 28px; margin-right: 25px;
	background: url(/images/cemeteries/largeBorder.png) no-repeat;
}

	.largeBorder img {
		position: absolute;
		left:1px; top: 1px;
	}
	
.mausBorderLarge {
	position: relative;
	height: 216px; width: 461px;
	background: url(/images/mausBorderLarge.png) no-repeat;
}
	.mausBorderLarge img {
		position: absolute;
		left: 1px; top: 1px;
	}
	
		.mausBorderLarge {
		position: relative;
		height: 180px; width: 382px;
		background: url(/images/mausBorderLarge.png) no-repeat;

	}
		.mausBorderLarge IMG {
			position: absolute;
			left: 1px; top: 1px;
		}
		
.mausBorderSmall {
	position: relative;
	height: 224px; width: 222px;
	margin: 0;
	background: url(/images/mausBorderSmall.png) no-repeat;
}
		.mausBorderSmall IMG {
			position: absolute;
			left: 1px; top: 1px;
		}
		.caption {
			text-align: center; 
			font-weight: bold; 
		}
		.glassBorder {
			position: relative;
			height: 312px; width: 231px;
			margin: 0;
			background: url(/images/glassBorder.png) no-repeat;
		}
			.glassBorder IMG {
				position: absolute;
				left: 1px; top: 1px;
			}
