

.open_gallery_gh
{
	display:block;
	overflow: hidden;
	width:100%;
	background-color:#ffffff;
	margin: 10px;
	border: 2px solid #307891;
	cursor:pointer;
}

.open_gallery_ph
{

}

.open_gallery_th
{
	position:relative;
  	display:none;
  	height:26px;
  	background-color:#000000;
  	opacity:0.6;
  	color:#FFFFFF;
  	padding:4px;
}

.open_gallery_screen
{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2000;
}


.open_gallery_container
{
	position:fixed;
	top:40px;
	bottom:80px;
	left:80px;
	right:80px;
}

.open_gallery_picture
{
	border:2px solid #307891;
}

.open_gallery_title
{
	margin-top:-10px;
	height:40px;
	background-color:#307891;
	padding:4px;
	color:#FFFFFF;
	font-weight:bold
}


.open_gallery_close
{
	position:absolute;
	top:40px;
	right:40px;
	line-height:40px;
	width:40px;
	opacity:0.7;
	background-color:#444444;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold
}

.open_gallery_grey
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.9;
	background-color:#000000;
}

.open_gallery_prevnext
{
	position:fixed;
	top:0px;
	height:100%;
	width:40px;
	background-color:#000000;
	display: table;
	cursor:default;
}

.open_gallery_prevnext_text
{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	color:#ffffff;
}
