/* Remove borders on image links */
a img, :link img, :visited img {
	border: none;
}

/*
 * For images within text pages
 */
.imageRight, .imageLeft, .imageCenter, .imageRightSmall, .imageLeftSmall {
	margin: .5em 5px 5px 5px;		/* margin-top should be the same as for <p> tags */
	padding: 3px 0 0 3px;
	background-color: #E2DEF5;
	border: 1px solid #000;
}
.imageRight, .imageRightSmall {
	float: right;
}
.imageLeft, .imageLeftSmall {
	float: left;
}
.imageCenter {
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.imageRight p,
.imageLeft p,
.imageCenter p,
.imageRightSmall p,
.imageLeftSmall p,
.imageCenterSmall p
{
	font-size: 80%;
	text-align: center;
	margin: 0; padding: 0;
}


/*
 * For the More Pictures section of the cabin details page.  Gotta get them to fit three
 * to a line...
 */
.morePics {
	clear: both;
	margin: 0; padding: 0;
	padding-left: 1px;
}
.morePics .imageLeft {
	margin: -1px 0 0 -1px;		/* Remove double border between images */
	padding: 2px 0 0 1px;
}
.morePics img {
	margin: 0; padding: 0;
}