.gallery-container {
	padding:3px;	
	margin:3px;
 	border:1px solid #dedede;
	background-color:#ffffff;
	width: 100%;
}
.gallery-content {
	text-align: center;
}
.gallery-navigation {
	text-align: center;
	background-color:#ffffff;
}
.gallery-container H2 {
	height: 18px;
 	color:#ffffff;
 	padding:3px;
	border:1px solid #dedede;
	background-color:#40276b;
}
.gallery-single-image {
	width: 705px;
	height: 500px;
	text-align: center;
}
.gallery-image {
	padding: 15px;		
 	border: 0px solid #dedede;
	background-color: #ffffff;
	color: #40276b;
	width: 160px;
	text-align: center;
	vertical-align: middle;
}
.gallery-image img {
 	padding: 5px;
 	border: 1px solid #dedede;
}
.gallery-directory {
 	float: left;
 	width: 234px;
 	height: 180px;
}
.gallery-directory img{
 	max-width: 150px;
 	max-height: 150px;
}
