﻿/* --------------------------------------------- Photo Gallery */
.cDivOuter{
	background: url(../../Images/bgHide0021.png) repeat; 
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	display: none;
	z-index:999;
}
.cPhoto{
	width: 100%;
}
.cDivPicture{
	padding:7px;
	border:1px solid #999;
	z-index:2147483647 !important;
}
.cDivPicture img{
	max-width: 950px;
}
.cDivCloseButtonGallery{
	background:url(../../Images/CloseSquare.png) no-repeat;
	width:20px;
	height:20px;
	float:right;
	margin:4px 0 0 -20px;
	position:relative;
	cursor:pointer;
}
*+html .cDivCloseButtonGallery{
	position:fixed;
}
.cContentGallery{
	background:url(../../Images/Da5ders.gif) repeat;
	padding: 7px 0;
	margin: 3px 0;
	margin-bottom: 0;
	background-size: cover;
	/*border-radius:10px;*/
	background-repeat: no-repeat;
}
.cContentGallery img{
	/*border-radius:10px;*/
}
.cContentGallery .bx-captions{
	background:url(../../Images/bgnameGallerys.png) no-repeat center top;
	color:#fff;
	font:bold 11px tahoma;
	margin-top:10px;
}
.cContentGallery .bx-pager{
	color:#222;
	font-weight:bold;
}
.cContentGallery .bx-auto {
	margin-bottom:10px;
}
.cContentGallery .bx-auto .start, .cContentGallery .bx-auto .stop{
	width:105px;
	height:26px;
	display:block;
	margin:0 auto;
	padding-top:7px;
	text-decoration:none;
	font:13px tahoma;
}
.cContentGallery .bx-auto .start:hover, .cContentGallery .bx-auto .stop:hover{
	color:#eee;
}
.cContentGallery .bx-auto .start{
	background:url(../../Images/bgPlayStopGalerry.png) no-repeat center top;
}
.cContentGallery .bx-auto .stop{
	background:url(../../Images/bgPlayStopGalerry.png) no-repeat center -33px;
}
/* --- End Photo Gallery */
.bx-wrapper *{
	z-index:0 !important;
	width:100%;
}
.bx-window *{
	direction:rtl;
}
.bx-wrapper {
	width:auto !important;
	overflow:hidden;
}
.bx-window ul li{
	text-align:center;
}
.bx-window ul li a{
	display:inline-block;
	/* padding:2px; */
	text-decoration: none;
}