/*bof - gallery*/

.galleryImageMain {
	text-align:center;
}

#navGallery {
	margin-bottom:0px;
}

#navGallery ul{
	font-size:1em;
	font-weight:bold;
	padding-left:0.6em;
	list-style-type: none;
	float:left;
}

#navGallery ul li {
	display:inline;
	border: solid 1px #6089BF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-color: #ffffff;
	
}

#galleryContent {
	border: solid 1px #6089BF;
	margin-top:33px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom:10px;
}

#artworksHeading {
	text-align:left;
}

.designerImage {
	border: solid 1px #5D89A2;
	text-align:center;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:20px;
}

.artworkImage {
	text-align:center;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:20px;
}

#designerImageMain {
	margin-right:20px;
}

/*eof - gallery*/