/* *** Gallery Simple *** */

#gs_gallery_container
{
	clear: both;
}

.gs_img_container
{
	float: left;
	text-align: center;
	position: relative;
}

.gs_img_container .img_border_yes
{
	border: 1px solid #000000;
}

.gs_img_container div.gs_format_landscape,
.gs_img_container div.gs_format_portrait
{
	text-align: center;
	margin: auto;
}
.gs_img_container .img_border_no
{
	border: 0px solid #000000;
}

.gs_desc
{
	position: absolute;
	top: 0;
	background: #999;
	opacity: 0.75;
	font-weight: bold;
	margin: auto;
}

.gs_format_landscape img {}
.gs_format_portrait img {}

