.galleryContainer H2 {
	color: #006699;
}
.galleryContainer H2 {
	font-size: 18px;
	font-weight:bold;
	color: #006699;
	margin-bottom: 0px;
}
.galleryContainer .image-item {
	width:564px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	border:1px solid #006699;
	overflow:hidden;
}

.galleryContainer .image-item-image {
	border:2px solid #E8E8E8;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:8px	
}
.galleryContainer .backlink {
	color: #006699;
}
.galleryContainer .backlink A {
	color: #006699;
	text-decoration:none;
}
.galleryContainer .backlink A:hover {
	text-decoration:underline;
}
.galleryContainer .pageNav {
	width:564px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	border:1px solid #006699;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}
.galleryContainer .pageNavItem {
	width:24px;
	height:20px;
	float:left;
}
.galleryContainer .pageNavItem A {
	width:24px;
	height:20px;
	float:left;
	color: #006699;
	text-decoration:none;
}
.galleryContainer .pageNavItemCur A {
	width:28px;
	height:20px;
	float:left;
	color: #006699;
	font-weight:bold;
	text-decoration:underline;
}
.galleryContainer .pageNavItemPrev {
	width:24px;
	height:20px;
	float:left;
}
.galleryContainer .pageNavItemPrev A {
	color: #006699;
	text-decoration:none;
}
.galleryContainer .pageNavItemNext {
	width:24px;
	height:20px;
	float:left;
	color: #006699;
	text-decoration:none;
}
.galleryContainer .pageNavItemNext A {
	color: #006699;
	text-decoration:none;
}

.galleryContainer .clearFix {
	width:1px;
	height:1px;
	clear:both;
}
