#gallery_preview {
	float: none;
	display: table;
}
#img_thumb {
	margin: 3px;
	float: left;
	vertical-align: bottom;
}
#img_gallery_prev {
	text-align: left;
	float: left;
	margin-right: 20px;
}
#img_gallery_next {
	text-align: right;
	float: left;
}
#imagelist {
	text-align: center;
}
#img_big{
	text-align: center;
}


#gallery_prev_next {
	display: table;
	text-align: center;
	margin-top: 20px;
}

#imagegallery a.simple_but {
	border: 1px solid #363636;
	padding: 5px;
	color: #000000;
	background-color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}
#imagegallery a.simple_but:hover {
	color: #DDDDDD;
	background-color: #696969;
	text-decoration: none;
}

