.gallery_bottom_text_area
{
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
	font-size:12pt;
	color:#9F9699;
}

.gallery_area
{
	margin-bottom:0px;
	overflow:hidden;
}
.gallery_area .img_box
{
	display:inline-block;
	float:right;
	height:350px;
	width:450px;
	margin-left:50px;
	margin-bottom:0px;
	overflow:hidden;
}
.gallery_area .img_box.last {margin-left:0px;}
.gallery_area .img_box .img
{
	height:300px;
	width:450px;
	overflow:hidden;
	border:0;
	border-radius:5px;
	background-color:white;
	text-align:center;
}
.gallery_area .img_box .img img
{
	max-height:300px;
	max-width:450px;
	position:relative;
	top:0px;
	right:0px;
}
.gallery_area .img_box .img_desc
{
	overflow:hidden;
	height:50px;
	line-height:30px;
	font-size:12pt;
	color:#D2AE3E;
	text-align:right;
}
.gallery_area .img_box .hover
{
	overflow:hidden;
	height:300px;
	width:450px;
	background-color:rgba(0,0,0,0.5);
	
	position:relative;
	top:-350px;
	opacity:0;
}
.gallery_area .img_box .hover .icons_area
{
	overflow:hidden;
	height:75px;
	text-align:center;
	margin-top:90px;
}
.gallery_area .img_box .hover .icons_area .icons_inner_area
{
	display:inline-block;
	overflow:hidden;
}
.gallery_area .img_box .hover .icons_area .icon_block
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:75px;
	margin-left:20px;
}
.gallery_area .img_box .hover .icons_area .icon_block.last {margin-left:0px;}
.gallery_area .img_box .hover .icons_area .icon_block .icon
{
	height:50px;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
.gallery_area .img_box .hover .icons_area .icon_block .icon_desc
{
	height:25px;
	line-height:25px;
	overflow:hidden;
	font-size:12pt;
	color:white;
}
.gallery_area .img_box .hover .icons_area .icon_block .icon.enlarge
{
	background-image:url('../images/gallery icon enlarge.png');
}
.gallery_area .img_box .hover .icons_area .icon_block:hover .icon.enlarge
{
	background-image:url('../images/gallery icon enlarge2.png');
}
.gallery_area .img_box .hover .icons_area .icon_block .icon.link
{
	background-image:url('../images/gallery icon link.png');
}
.gallery_area .img_box .hover .icons_area .icon_block:hover .icon.link
{
	background-image:url('../images/gallery icon link2.png');
}
.gallery_area .img_box .hover .icons_area .icon_block:hover .icon_desc {color:#F68535;}
.gallery_area .img_box:hover .hover {opacity:1;}













