#gallery_buttons
{
	position: relative;
	top: -15px;
	left: 15px;
}

.gallery_highlight
{
	border-style: solid;
	border-width: 5px;
	border-color: red;
}

.gallery_item
{
	margin-bottom:20px;
	margin-left:25px;
	width:612px;
	height: 75px;
}

.gallery_image_item
{
	position: relative;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
}

.gallery_title
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: white;
}

.gallery_description
{
	font-family: Verdana;
	font-size: x-small;
	color: white;
}

.gallery_thumb
{
	width: 66px;
	height: 66px;
}

.gallery_options_buttons
{
	position: relative;
	left: 1.2em;
}

.gallery_options_buttons table
{
	position: relative;
	float: left;
	margin-left: 3px;
}

