/* OBJECT STYLES */

#td_galleries {
	width: 550px;
	padding: 0 15px;
}

#table_body {
	width: 680px;
	min-height: 400px;
	vertical-align: top;
	clear: both;
}

#table_gallerydir {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#div_directory {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	height: 300px;
	text-align: left;
	vertical-align: middle;
	overflow: auto;
	float: left;
}

#div_featured {
	width: 250px;
	height: 300px;
	text-align: center;
	float: left;
	margin-left: 50px;
}

#table_featured {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	height: 300px;
	text-align: center;
}

#div_gallery {
	position: relative;
	width: 130px;
	height: 550px;
	text-align: center;
	float: left;
	overflow: auto;
}

#div_content {
	position: relative;
	width: 550px;
	height: 550px;
	float: right;
	text-align: center;
	display: inline;
}

#div_detail {
	position: relative;
	text-align: center;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

#div_navigation {
	position: relative;
	width: 550px;
	font-size: 10px;
	text-align: center;
}

#div_buttons {
	position: relative;
	width: 60%;
	font-size: 10px;
	text-align: right;
	float: left;
}

#button_previous {
	position: relative;
	display: inline;
	margin-right: 20px;
}

#button_next {
	position: relative;
	display: inline;
	margin-right: 20px;
}

#div_count {
	position: relative;
	text-align: left;
	width: 40%;
	float: right;
}

#div_preview {
	clear: both;
}

#td_preview {
	width: 550px;
	height: 525px;
	text-align: center;
}
