.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:325px;
	width:420px;
	margin-left:40px;
	margin-bottom:0px;
	overflow:hidden;
}
.gallery_area .img_box.last
{
	margin-left:0px;
}
.gallery_area .img_box .img
{
	height:275px;
	width:420px;
	overflow:hidden;
	border:0;
	border-radius:5px;
	background-color:white;
	text-align:center;
}
.gallery_area .img_box .img img
{
	max-height:275px;
	max-width:420px;
	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:275px;
	width:420px;
	background-color:rgba(0,0,0,0.5);
	position:relative;
	top:-325px;
	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;
}
body.ltr .gallery_area .img_box
{
	float:left;
	margin-left:0px;
	margin-right:40px;
}
body.ltr .gallery_area .img_box.last
{
	margin-left:0px;
	margin-right:0px;
}
body.ltr .gallery_area .img_box .img img
{
	right:auto;
	left:0px;
}
body.ltr .gallery_area .img_box .img_desc
{
	text-align:left;
}
body.ltr .gallery_area .img_box .hover .icons_area .icon_block
{
	float:left;
	margin-left:0px;
	margin-right:20px;
}
body.ltr .gallery_area .img_box .hover .icons_area .icon_block.last
{
	margin-left:0px;
	margin-right:0px;
}
