.gallerythumb {
	border: 4px solid #262626;
	width: 340px;
	height: 200px;
	text-align:center;
	overflow:hidden;
	background:white;
	margin-top:10px;
	margin-bottom:18px;

}

.gallerythumb:hover {
	border: 4px solid #606060;
}

.gallerythumb-left {
	margin-left:0px;
	margin-right:13px;
}

.gallerythumb-right {
	margin-left:13px;
	margin-right:0px;
}

.gallerytextbox {
	background-color:white;
	border: 1px solid #666666;
	text-align:justify;
	margin-bottom: 10px;
}
#gallerytoptext {
	width: 450px;
	height: 150px;
	margin-right: 15px;
	padding: 15px;	
	overflow:auto;
	
}
#gallerytopsample {
	width: 215px;
	height: 180px;
	float:right;
	overflow:hidden;
}
#gallerytopsample:hover {
	border: 1px solid #D9E0A7;
}
.galleryindexbuttons {
	border: 1px solid #666666;
	width: 320px;
	height: 200px;
	overflow:hidden;
	background:white;
}

