.galleryList {
	padding: 0;
	list-style: none;
	margin: 0;
	
	float: left;
}

#latestGallery {
	width: 69%;
}

.pgSlide {
	padding: 14px;
	
	display: block;
	border: 1px solid #e1f2e3;
	background: #fff;
	float: left;

	cursor: pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

.pgSlideSmall {
	margin: 0 10% 30px 0;
}

.pgSlideFull {
	margin: 15px 10px 15px 10px;
}

.pgSlide:hover, .pgSlideSelected {
	border: 1px solid #8accf0;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
}

.pgSlideSmall .pgInfo {
	display: none;
}

.pgImgCont {
	height: 214px;
	width: 218px;
	padding: 0;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	text-align: center;
	background: #fafafa;
	float: left;
	position: relative;
	overflow: hidden;
}

.pgImgCont>div {
	display: table;
	height: 214px;
	width: 218px;
}

.pgImgCont div>div {
	display:table-cell;
	vertical-align:middle;
}

.pgLink {
	cursor: pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	
	width: 202px;
	padding: 4px 7px;
	
	display: block;
	
	text-decoration: none;
}

.pgImg {
	display: block;
	margin: 0 auto;
	border: 1px solid #aaa;
}

.pgSoldLabel {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 40px;
	
	background: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	font-size: 1.3em;
	font-weight: 800;
	color: #666;
	font-variant: small-caps;
	text-transform: uppercase;
	
	-webkit-transform-origin: 3em -1.5em;
	-moz-transform-origin: 3em -1.5em;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.pgInfo {
	float: left;
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	width: 6em;
	color: #772f25;
}

.pgTitle h4 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	color: #5d231b;
}

/* Lightbox styling */

#lightbox {
	position: absolute;
	
	z-index: 4;
	
	background: #fff;
	
	height: 200px;
	width: 200px;
	padding: 10px 10px 0 10px
}

#lbImage {
	position: relative;
	height: 100%;
	width: 100%;
}

#lbImageLink {
	height: 100%;
	width: 100%;
}

#lbImg {
	height: 100%;
	width: 100%;
}

#loadingImg  {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	z-index: 5;
	
	background: #fff;
}

#loadingImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}

#lbNav {
	position: absolute;
	top: 100%;
	width: 100%;
	margin-left: -10px;
	background: #fff;
}

#lbNav a {
	display: block;
	text-decoration: none;
	color: #333;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Tahoma, Sans-serif;
}

#lbNav a:hover {
	color: #58c1f2;
}

#navNext, #navPrev {	
	margin: 5px 0 5px 12px;
	position: absolute;
}

#navNext {
	left: 50%;
}

#navPrev {
	right: 50%;
}

#navClose{
	float: right;
	margin: 5px 12px 5px 0;
}

#navClose strong, #navNext strong {
	margin: 0 0 0 0.2em;
}

#navPrev strong {
	margin: 0 0.2em 0 0;
}

#overlay {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#lightbox img {
	border: none;
}

#infoList {
	list-style: none;
	margin: 0;
	background: url('imgs/sideBase.gif') bottom center no-repeat;
	
	font-family: Tahoma, Arial, sans-serif;
	font-style: italic;
	letter-spacing: 0.03em;
	font-size: 0.9em;
	color: #d3effe;
}

/*For the fall back page*/

#infoList {
	margin: 0;
	
	padding: 0 15px 15px 20px;
}

#paintingImg {
	margin: 10px 0 10px 3%;
	width: 65%;
	padding: 15px;
	background: #fff;
	display: block;
}

#paintingImg:hover {
	padding: 14px;
	border: 1px solid #8accf0;
}

#paintingImg img {
	border: none;
	width: 100%;
}