
.media_title {
	display: block;
	float: left;
	width: 50%;
}
.media_title H1 {
	font-size: 14pt;
	color: #555;
}
.media_options {
	display: block;
	float: right;
	width: 48%;
	text-align: right;
}
.media_title_bar {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid #555 1px;
	clear: both;
	float: left;
	width: 100%;
}
.media_content {
	clear: both;
}
.media_description {
	clear: both;
	width: 100%;
	padding-top: 5px;
	margin-top: 5px;
	border-top: solid #555 1px;
}

.gallery_preview_entry {
	display: block;
	float: left;
	padding: 5px;
	margin: 5px;
	border: solid #ccc 1px;
	text-align: center;
	font-size: 10pt;
}

.gallery_preview_row {
	display: block;
	clear: both;
	width: 100%;
	border-bottom: solid #666 1px;
}

#gallery_preview {
    clear: both;
}

.gallery_menu ul li {
	border-right: solid #ccc 1px;
	border-left: solid #ccc 1px;
	padding: 5px 5px;
	margin: 5px 0px;
}

