@charset "utf-8";
/* CSS Document */

.img1-show, .img2-show, .img3-show, .img4-show, .img5-show, .img6-show, .img7-show, .img8-show, .img9-show, .img10-show, .img11-show, .img12-show, .img13-show, .img14-show
{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    height:100%;
    position:fixed;
	overflow-y: scroll;
	width: 95%;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
	display: none;
}
.helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
	position: absolute
}



.img1-show > div, .img2-show > div, .img3-show > div, .img4-show > div, .img5-show > div, .img6-show > div, .img7-show > div, .img8-show > div, .img9-show > div, .img10-show > div, .img11-show > div, .img12-show > div, .img13-show > div, .img14-show > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 600px;
    min-height: 100px;
    vertical-align: middle;
    
    position: relative;
    top:100px;
    
	text-align: left;
	line-height: 13.5pt;
	font-size: 11.3pt;
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}





.popupCloseButton {
    color: white;
    border: none;
	border-radius: 55px;
	padding-top: 5px;
	background-color: rgba(255,158,0,1.00);
    font-size: 25px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    left: 90%;
	top: 3%;
    width: 30px;
    height: 30px;
    text-align: center;
	position: absolute;
}
.popupCloseButton:hover {
    color: #920000;
	background-color: white;
}




























