.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:left;
	height:490px;
	width:580px;
	margin-right:50px;
	margin-bottom:0px;
	overflow:hidden;
}
.gallery_area .img_box.last
{
	margin-right:0px;
}
.gallery_area .img_box .img
{
	height:440px;
	width:580px;
	overflow:hidden;
	border:0;
	border-radius:5px;
	background-color:white;
	text-align:center;
}
.gallery_area .img_box .img img
{
	height:440px;
	width:580px;
	position:relative;
	top:0px;
	right:0px;
}
.gallery_area .img_box .img_desc
{
	overflow:hidden;
	height:50px;
	line-height:30px;
	font-size:12pt;
	color:#C91015;
	text-align:right;
}
.gallery_area .img_box .hover
{
	overflow:hidden;
	height:440px;
	width:580px;
	background-color:rgba(0,0,0,0.5);
	position:relative;
	top:-490px;
	opacity:0;
}
.gallery_area .img_box .hover .icons_area
{
	overflow:hidden;
	height:130px;
	text-align:center;
	margin-top:110px;
}
.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:130px;
	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:80px;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
.gallery_area .img_box .hover .icons_area .icon_block .icon_desc
{
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size:20pt;
	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:#C91015;
}
.gallery_area .img_box:hover .hover
{
	opacity:1;
}
body.rtl .gallery_area .img_box
{
	float:right;
	margin-right:0px;
	margin-left:50px;
}
body.rtl .gallery_area .img_box.last
{
	margin-right:0px;
	margin-left:0px;
}
body.rtl .gallery_area .img_box .img img
{
	right:auto;
	left:0px;
}
body.rtl .gallery_area .img_box .img_desc
{
	text-align:left;
}
body.rtl .gallery_area .img_box .hover .icons_area .icon_block
{
	float:left;
	margin-left:0px;
	margin-right:20px;
}
body.rtl .gallery_area .img_box .hover .icons_area .icon_block.last
{
	margin-left:0px;
	margin-right:0px;
}
