.album
{
	margin: 7px 0;
	padding: 7px;
	border: 1px #ccc solid;
}

.album .image 
{
	float: right; 
	margin-left: 5px;
}


.album h2.name
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

.thumbs
{
	text-align: left;
	width: 670px;
	/* margin: 0 auto; */
	
}

.thumbs div {
	float: left;
	width: 150px;
	height: 150px;	
	vertical-align: middle;
}

.thumbs img
{
	margin: 4px;
	padding: 2px;
	border: 1px #ccc solid;

}
.image-view  img {
	z-index: 2;
}

.image-view  {
	text-align: center;
	position: relative;
	z-index: 1;
}

.image-view .prev-img-overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	background-color: transparent;
	z-index: 3;
}

.pointerClass {
	cursor: pointer;
}

.image-view .next-img-overlay {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	background-color: transparent;
	z-index: 3;
}

.image-view .prev-img-overlay div,
.image-view .next-img-overlay div {
	display: none;
	font-size: 1.4em;
	padding: 10px;
	color: #fff;
	background-color: black;
}

.image-view .prev-img-overlay div {
	text-align: left;
}

.image-view .next-img-overlay div {
	text-align: right;
}

a img {
	border: none; 
}

.prevnext {
	padding: 4px 0;
}

.prevnext div.prev,
.prevnext div.next {
	padding: 4px;
	background-color: #222;
}

.prev .arrows,
.next .arrows {
	font-size: 1.4em;
	font-weight: bold;
}

.prev {
	float: left;
}

.next {
	float: right;
}

