﻿/* --------------------------------------------- Photo Gallery */
.cDivOuter {
	background: url(../../Images/bgHide0021.png) repeat;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	display: none;
}
.cPhoto { width: 100%; }
.cDivPicture { z-index: 2147483647 !important; }
*+html .cDivPicture {
	z-index: 2147483647 !important;
}
.cContentGallery { }
.bx-window { width: 100% !important; }
.cDivPicture img {
	border-radius: 15px;
	border: 1px solid #aaa;
	padding: 10px;
	max-width: 950px; 
}
.cPhoto {
}
.cDivCloseButtonGallery {
	width: 32px;
	height: 32px;
	background: url(../../Images/cross-circle.png) no-repeat center top;
	float: right;
	margin: -10px -14px 0 0;
	cursor: pointer;
	position: fixed;
}
/* --- End Photo Gallery */
.bx-wrapper {
	width: 100% !important;
	overflow: hidden;
}
