#galleries {
	height: 450px;
	width: 830px;
	display: table;
	#position: relative;
}

#vertical_center_part1 {
	display: table-cell;
	vertical-align: middle;
	#position: absolute;
	#top: 50%;
}

#vertical_center_part2 {
	#position: relative;
	#top: -50%;
	overflow:hidden;
}

.gallery {
	height: 212px;
	text-align: center;
	margin-top: 28px;
	margin-right: 28px;
	float: left;
}

#galleries img {
	border-color: white;
	border-style: solid;
	border-width: 12px;
}

.center1 {
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}

ul {
	list-style:none; 
	position:relative;
	left:-50%;
	margin:0;
	padding:0;

}
