.gallery_container
{
	border: 1px solid black;
	width: 100%;
}

.non_secable
{
	white-space: nowrap;
	overflow: auto;
	width: 100%;
	text-indent: 0px;
	margin: 0px;
}

.gallery_right_picture
{
	border: 0px;
	margin-top: 23px;
	margin-left: 5px;
	width: 60%;
	float: right;
}

.gallery_left_picture
{
	border: 0px;
	margin-top: 23px;
	margin-left: 5px;
	width: 60%;
	float: left;
}

.center_bottom_aligned_element
{
	vertical-align: bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}