﻿/*Gallery - Rows S Baldwin 15-04-2009*/

div.gallerycont {
	width: 700px;
	}
div.holder {
	border-color: #CC3300;
	padding: 10px;
	border-left-style: groove;
	width: 118px;
	height: 270px;
	float: left;
	border-left-width: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.holderend{
	border-color: #CC3300;
	padding: 10px;
	border-left-style: groove;
	width: 116px;
	height: 270px;
	float: left;
	border-left-width: 2px;
	border-right-width: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-right-style: groove;
}
div.imgbox {
	height: 100px;
	width: 100px;
	margin-left: 9px;
	margin-top: 5px;
	text-align: center;
	float: none;
}
img.gallerysmall {
	text-align: center;
}

