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

#contentSection .album .image {
	float: right; 
	margin-left: 5px;
	width: 130px;
	height: auto;
	}


.clear { clear: both; }

#contentSection .thumbs {
	display: block;
	width: 480px;
	margin-right: -10px;
	}
	
#contentSection .thumbs .thumb { 
	float: left; 
	margin: 0 15px 10px 0;
	height: 105px;
	width: 135px;
	border: 5px solid #fff;
	overflow: hidden;
	display: block;
	position: relative;
	}

#contentSection .thumbs .thumb img {
	height: auto;
	width: auto;
	min-width: 135px;
	min-height: 105px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: center;
	left: center;
	}

.galleryPopup { 
	text-align: left;
	padding: 20px 0 0 20px;
	background: #fff;
	}
	
.imageLeft { 
	float: left;
	width: 420px;
	display: block;
	margin-top: 20px;
	}

.imageLeft img {
	width: auto;
	height: auto;
	max-width: 380px;
	border: 5px solid #ddd;
	}

.contentRight { 
	float: left;
	width: 300px;
	display: block;
	margin-top: 20px;
	text-align: left;
	}

a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}