﻿.modalPopup {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1000;
}

.modalPopupBG {
   width: 100%;
   height: 100%;
   background-color: Black;
}

.modalPopupImgCont {
   position: absolute;
   z-index: 1001;
   background-color: White;
   overflow: visible;
}
.modalPopupClose {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1100;
   cursor: pointer;
}
.modalPopupLeft {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 1002;
   cursor: pointer;
}
.modalPopupRight {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1002;
   cursor: pointer;
}

.slideshowGalleryItem {
	position: absolute;
	top: 10px;
}

.modalName {
	position: absolute;
	z-index: 1002;
	bottom: 25px;
	font-size: 14px;
	color: #0083D7;
	font-weight: bold;
}

.modalDesc {
	position: absolute;
	z-index: 1002;
	bottom: 10px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}