
#loader {
	width: 100%;
	text-align: center;
}

.photoSet {
	float: left;
	font-size: 0.8em;
	text-align: center;
	width: 85px;
	margin: 0 26px 0 0;
}

.photoSingle {
	float: left;
	padding: 0 3px 0px 0;
}

.photoLastInRow {
	margin-right: 0;
}

.photoSetThumbnail {
	background: #fff;
	width: 75px;
	height: 75px;
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: -3px 3px 3px #666;
	-webkit-box-shadow: -3px 3px 3px #666;
	box-shadow: -3px 3px 3px #666;
	border: 1px solid #c0c0c0;
	border-left: none;
	border-bottom: none;

}

.photoRow {
	clear: both;
	padding: 30px 0;
	width: 100%;
}

.pagination {
	clear: both;
	width: 100%;
	text-align: right;
}

#photoLarge {
	background: #fff;
	padding: 5px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: -3px 3px 3px #666;
	-webkit-box-shadow: -3px 3px 3px #666;
	box-shadow: -3px 3px 3px #666;
	border: 1px solid #c0c0c0;
	border-left: none;
	border-bottom: none;
}

#photoContext {
	float: right;
	width: 200px;
}

.photoContextPrev, .photoContextNext {
	float: left;
	margin-left: 10px;
	font-size: 0.8em;
}

.photoContextPrev {
	text-align: left;
}

.photoContextNext {
	text-align: right;
}

#prevPhoto, #nextPhoto, .photoBlank {
	height: 75px;
	width: 75px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: -3px 3px 3px #666;
	-webkit-box-shadow: -3px 3px 3px #666;
	box-shadow: -3px 3px 3px #666;
	border: 1px solid #c0c0c0;
	border-left: none;
	border-bottom: none;
	padding: 5px;
	background: #fff;
	margin-bottom: 10px;
}

.photoBlank {
	background: #efefef;
}

#photoDetails {
	float: left;
	clear: both;
	margin-top: 10px;
}
#share {
	float: left;
	clear: both;
	margin-top: 10px;
}