﻿

.popupimages {
  height:auto;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
}
.popupimages22 {
  height:auto;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
}
.popup-content {
    position:relative;
      height:auto;
    width:100%;
    margin:0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    float:left;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.closepp {
       float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #100d0d;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 9px;
    top: 8px;
}
button.closepp {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.closepp:focus, .closepp:hover {
    color:#f00;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
   
}