/*************************************************************************************/
/* For MODAL WINDOW /**/
/*************************************************************************************/
.bodyBlockDiv{
	opacity: 0.4;
	position: absolute;
	z-index: 349;
	top: 0px;
	left: 0px;
	background: silver;
    -moz-user-select: none;
}
.biggerWindowBlockDiv{
	position: absolute;
	z-index: 349;
    -moz-user-select: none;
}
.modalWindowContentWrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	overflow: auto;
	position: relative;
	height: 100%;  
	width: 100%;
	border: 1px solid silver;
}
	.modalWindowContentFit{ 
		padding: 0;
		overflow: hidden;
		text-align:center;
	}
	
.modalWindow_default{
	background: white;
	border: 1px solid silver;
}
.modalWindow_borderLess{ border: 0; }
.modalWindow_shadowLess{ box-shadow: none; }

.modalWindowCloseButtonWrapper{
	position: absolute;
	padding: 0;
	margin: 0; 
	margin-top: -35px;
	overflow: auto;
	clear: both;
	width: 100%;
}
.modalWindowCloseButtonWrapperFull{
	margin: 5px 20px 0px 0px;
}

#modalImageNavWrapper{
	background: white;
	display: inline-block;
	padding: 0;
}
	.modalWindowCloseButtonWrapper img{
		display: block;
		float: right;
		position: relative;
		max-width: 60px;
		max-height: 60px;
		z-index: 1200;
		margin: 0 5px 0 5px;
		cursor: pointer;
	}
	.modalWindowCloseButtonWrapper img.navigationButton{
		display: inline;
		width: auto;
		height: 15px;
		width: 30px;
		float: none;
		opacity: 0.6;
	}
	.modalWindowCloseButtonWrapper img.navigationButton:hover{ opacity: 1; }

img.modalImage{
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	position: relative;
	width: 100%;
}
img.modalImageShow{
	height: 100%;
	display: block;
	cursor: pointer;
}
img.modalImageHidden{ display: none; }
#modalImageSpan{
	color: black;
	font-size: 18px;
	background: white;
	display: inline-block;
	padding: 3px 5px 3px 5px;
	width: 85px;
	text-align: center;
}


/*************************************************************************************/
/* END: For MODAL WINDOW /**/
/*************************************************************************************/
