

.content-div .myimg8 {
	height: 90px;
	width: 120px;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	margin-right: 16px;
	margin-top: 10px;
	float: left;
}

.content-div .slt1 {
	
	margin-bottom: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	float: left;
}


.content-div .slt1 img {border-width: 0px; border-style: solid; margin: 0px;height: 396px;
	width: 529px;}

.content-div .cpimg {
		margin-top: 13px;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	height: 500px;
	width: 550px;

}
.content-div #myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.content-div .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
	
	
	
	
}

/* Modal Content (image) */
.content-div .modal-content {
    margin: auto;
    display: block;
    width: 80%;

    max-width: 700px;
	 cursor: pointer;
    border-radius: 5px;
   
    transition: 0.3s;
	
}

/* Caption of Modal Image */


/* Add Animation */
.modal-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}

/* The Close Button */
.content-div .close {
	position: absolute;
	
	color: #d83209;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	  padding-top: 5px;
	left: 50%;
}

.content-div .close:hover,
.content-div .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.content-div  .modal-content {
        width: 100%;
    }
}

