.GalleryAreaFrame
{
	height:384px;
	overflow:hidden;
}
#GalleryArea
{
	position:relative;
}
.gallery_area
{
	width:460px;
	min-height:10px;
	margin:0px auto;
}
#gallery_title
{
	float:right;
	clear:both;
	width:520px;
	min-height:20px;
	padding-top:18px;
	display:none;
}
.gallery_border
{
	float:left;
	margin:14px;
}
.gallery_pagination
{
	height:40px;
}
.num_pages
{
	margin:0px auto;
	text-align:center;
}
.page_number
{
	font-size:14px;
	padding:0px 5px;
	cursor:pointer;
}
.gallery_holder
{
	min-height:100px;
}
.gallery_frame
{
	width:150px;
	height:180px;
	float:left;
	margin:10px;
	background-image:url(../images/bg_news.png);
	border:1px dashed #999;
	padding:10px;
	text-align:center;
}
.gallery_frame_endrow
{
	width:80px;
	height:80px;
	float:left;
	margin:10px;
	border:1px solid #CCCCCC;
	padding:10px;
	text-align:center;
}
.gallery_foto_frame
{
	width:100px;
	height:100px;
	float:left;
	margin:8px;
	padding:3px;
	text-align:center;
	background-color:#FB8F08;
}
.gallery_foto_frame_endrow
{
	width:100px;
	height:100px;
	float:left;
	margin:5px;
	padding:5px;
	text-align:center;
	background-color:#B7C7CF;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.gallery_img
{
	width:100px;
	height:100px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:absolute;
	z-index:1;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
}
.gallery_img_bw
{
	width:87px;
	height:87px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:absolute;
	z-index:2;
}
.gallery_img_cat
{
	width:163px;
	height:100px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.gallery_img_desc
{
	padding-top:8px;
}
.page_active
{
	text-decoration:underline;
}
#gallery_prev
{
	display:block;
	clear:both;
	height:20px;
	text-align:center;
}
#bw_gallery_preview
{
	float:right;
	width:377px;
	min-height:375px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position:absolute;
	z-index:2;
	margin-top:20px;
}
#gallery_preview
{
	float:right;
	width:377px;
	min-height:375px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
	margin-top:20px;
}
#gallery_preview_bg
{
	display:none;
	float:right;
	width:377px;
	min-height:375px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position:absolute;
	left:0px;
	margin-top:20px;
}
#gallery_mins
{
	float:right;
	width:107px;
	min-height:10px;
}


