  
div.pp_pic_holder a:focus {
    outline: none;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_expand{
  display: none;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
} 
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}
div.pp_default .pp_content  {
    background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline{
    color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}
div.pp_default .pp_details {
    position: relative;
}   
.pp_fade {
    display: none;
}


.pp_fade{
background: #fff !important;
border-radius: 10px;
}
.pp_content{
background: none !important;
position: relative;
border-radius: 2px;
}
.pp_content_header{
width: 100%;
float: right; 
}

.pp_pic_holder .pp_close {
width: 35px !important;
height: 35px !important;
position: absolute;
right: 15px;
top: 10px;
text-align: center;
border: solid 2px rgba(109,193,255,0.6);
border-radius: 50%;
cursor: pointer !important;
z-index: 2;
display: block !important;
font-size: 0;
text-indent: 0;
} 
.pp_pic_holder .pp_close::before {
content: '';
background: url(../images/close.webp); 
width: 11px;
height: 11px;
display: inline-block;
background-size: 100%;
background-repeat: no-repeat;
position: relative;
top: 10px;
right: 0;
background-size: cover;
}
.pp_fade{
width: 100%;
float: right; 
}
#pp_full_res{
padding-top:0;
width: 100%; 
}
.pp_pic_holder .ppt{
display: none !important;
}
.pp_fade .pp_hoverContainer{
position: relative !important;
width: 100% !important;
height: auto !important;
}  
.pp_fade .pp_previous,
.pp_fade .pp_next,
.pp_fade .pp_pause,
.pp_fade .pp_play{
display: none;
} 
.pp_content_container #pp_full_res #fullResImage{
max-width: 80%;
display: block;
margin: 0 auto;
height: auto !important;
}