﻿/* --------------------------------------------- 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{
	padding:5px;
	border:1px solid #999;
}
.cDivPicture img{
	max-width: 950px;
}
.cContentGallery{
	overflow:hidden;
	width:988px !important;
}
.bx-wrapper{
	width:100% !important;
}
.bx-prev, .bx-next{
	font-size:0px;
}
/* --- End Photo Gallery */
.cDivCloseButtonGallery{
	width:16px;
	height:16px;
	background:url(../../Images/CloseSquare.png) no-repeat right top;
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
}
.bx-wrapper{
	overflow:hidden;
}