div#galleryContainer {
	height: 560px;
	width: 800px;
}

h2.gallery{
	font-size: 17px;
	margin-bottom: 5px;
}

div#galleryContainer h3{
	float: left;
	width: 177px;
	padding:0 0 4px 0;
	margin:0 0 6px 0;
	border-bottom: 1px dotted #afafaf;
	font-size: 13px;
}

div#galleryContainer h3 a{
	color: #26923d;
	text-decoration: none;
}

div#galleryContainer p{
	float: left;
	width: 130px;
}

div.galleryColumn {
	float: left;
	width: 340px;
	height: 540px;
	margin: 0 90px 0 0;
}

div.galleryColumn.right{
	margin: 0;
}

div.galleryItem {
	float: left;
	margin: 16px 0 0 0;
	
}

#galleryContainer .galleryColumn .galleryItem p
{
	position:relative;
	display:block;
	width:155px;
}

div.galleryItem  img{
	float: left;
	width: auto;
	height: auto;
	margin:0 6px 0 0;
}


div.galleryPaginatorContainer {
	display: inline;
	float: left;
	width: auto;
	height: 46px;
	margin-left: 340px;	
}

div.galleryPaginator {
	padding: 13px 6px 0 6px;
	float: left;
	width: auto;
	height: 46px;
	background: url(../images/bkg_galleryPage.gif) repeat-x;
}

div.galleryPaginator a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #26923d;
	margin:0 3px 0 3px;
}

div.galleryPaginatorEnd {
	float: left;
	width: 17px;
	height: 46px;
}

/* Photoset styles*/

div#photoContainer {
	position: relative;
	height: 450px;
	width: 880px;
	margin-bottom: 30px;
	margin-top:20px;
}

div#photoContainer p a {
	color: #26923d;
	text-decoration: none;
}

div#photoContainer img {
	position: relative;
	width: auto;
	/*margin-top:30px;*/
	margin-left: auto;
	margin-right: auto;
	
}

div#photoContainer .caption {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}

div#thumbnailContainer {
	position:relative;
	display: block;
	height: 114px;
	float: left;
	margin-left: 105px;
	width: 700px;
	margin-top:-70px;
}

div#thumbnailContainer .btn{
	position:absolute; 
	float: left;
	height: 114px;
	width:57px;
	z-index:100;
}

div#thumbnailContainer .thumbsContainer
{
	position:absolute;
	left:55px;
	width: 546px;
	overflow:hidden;
	float: left;		
}

div#thumbnailContainer .thumbsContainer .thumbs{
	background: url(../images/bkg_thumbnailScroller.jpg) 0 0 repeat-x;	
	height: 114px;
	width: 1400px; /*this MUST have a value - consider calculating this and putting it inline: 700px per group of 5 thumbnails*/	
	padding:0 5px 0 4px;
	z-index:1;	
}

div#thumbnailContainer .thumbsContainer .thumbs img{
	float: left;
	height: auto;
	width: auto;
	margin: 18px 4px 0 4px;
}

div#thumbnailContainer .thumbsContainer .thumbs span {
	float: left;
	height: auto;
	width: auto;
	margin: 18px 4px 0 4px;
	width: 99px;
	height: 74px;
	background-color: #fff;
}