.gallery_area
{
	margin-top:30px;
	margin-bottom:0px;
	overflow:hidden;
	margin-right:20px;
}
.gallery_area .img_box
{
	display:inline-block;
	float:right;
	height:350px;
	width:430px;
	margin-left:30px;
	margin-bottom:0px;
	overflow:hidden;
}
.gallery_area .img_box.last {margin-left:0px;}
.gallery_area .img_box .img
{
	height:300px;
	width:430px;
	overflow:hidden;
	text-align:center;
}
.gallery_area .img_box .img img
{
	max-height:300px;
	max-width:430px;
	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:430px;
	background-color:rgba(255,255,255,0.5);
	
	position:relative;
	top:-350px;
	opacity:0;
}
.gallery_area .img_box .hover .frame_top
{
	height:1px;
	background-color:black;
	margin:15px 15px 0px 15px;
	position:relative;
	right:430px;
}
.gallery_area .img_box .hover .frame_bottom
{
	height:1px;
	background-color:black;
	margin:0px 15px 15px 15px;
	clear:both;
	position:relative;
	left:430px;
}
.gallery_area .img_box .hover .frame_right
{
	height:270px;
	width:3px;
	margin-right:15px;
	background-color:black;
	float:right;
	position:relative;
	top:350px;
}
.gallery_area .img_box .hover .frame_left
{
	height:270px;
	width:3px;
	background-color:black;
	float:right;
	position:relative;
	bottom:350px;
}
.gallery_area .img_box .hover .inside_frame
{
	height:270px;
	width:394px;
	text-align:center;
	overflow:hidden;
	float:right;
}
.gallery_area .img_box .hover .inside_frame .logo
{
	overflow:hidden;
	text-align:center;
	margin-top:55px;
	height:65px;
}
.gallery_area .img_box .hover .inside_frame .logo img {height:65px;}
.gallery_area .img_box .hover .inside_frame .title
{
	overflow:hidden;
	text-align:center;
	height:70px;
	line-height:70px;
	font-size:20pt;
	color:black;
}
.gallery_area .img_box .hover .inside_frame .title.no_logo
{
	margin-top:50px;
}
.gallery_area .img_box .hover .inside_frame .desc
{
	overflow:hidden;
	text-align:center;
	height:60px;
	line-height:30px;
	font-size:16pt;
	color:white;
	padding:0px 15px;
}
.gallery_area .img_box .hover .inside_frame .link
{
	overflow:hidden;
	text-align:center;
	height:30px;
	line-height:30px;
	margin-top:20px;
	font-size:16pt;
	color:#D2AE3E;
}
.gallery_area .img_box:hover .hover {opacity:1;}
.gallery_area .img_box:hover .hover .frame_top {right:0px;}
.gallery_area .img_box:hover .hover .frame_bottom {left:0px;}
.gallery_area .img_box:hover .hover .frame_right {top:0px;}
.gallery_area .img_box:hover .hover .frame_left {bottom:0px;}
.gallery_area .img_box:hover .img img
{
	/*
	height:450px;
	width:645px;
	top:-75px;
	right:-107.5px;
	*/
}

.gallery_main_btn_area
{
	overflow:hidden;
	text-align:center;
}
.gallery_main_btn_area a
{
	display:inline-block;
	font-size: 16pt;
    color: white;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
	padding:0 10px;
    background-color: #56D5FF;
    text-align: center;
}
.gallery_main_btn_area a:hover {background-color:black;}