/*
    PrettyPhoto v3.1.6 
    CSS Styling
*/

div.pp_default .pp_top,
div.pp_default .pp_bottom {
    height: 20px;
    width: 100%;
}

div.pp_default .pp_top .pp_left,
div.pp_default .pp_bottom .pp_left {
    height: 20px;
    width: 20px;
    float: left;
}

div.pp_default .pp_top .pp_middle,
div.pp_default .pp_bottom .pp_middle {
    height: 20px;
    width: auto;
    float: left;
}

div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_right {
    height: 20px;
    width: 20px;
    float: left;
}

div.pp_default .pp_content {
    background-color: #fff;
}

div.pp_default .pp_content_container {
    padding: 10px;
}

div.pp_default .pp_expand {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) -30px -60px no-repeat;
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 2000;
}

div.pp_default .pp_expand:hover {
    background-position: -60px -60px;
}

div.pp_default .pp_contract {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) -90px -60px no-repeat;
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 2000;
}

div.pp_default .pp_contract:hover {
    background-position: -120px -60px;
}

div.pp_default .pp_close {
    display: block;
    width: 30px;
    height: 25px;
    background: url(../images/prettyPhoto/default/sprite.png) 0 -60px no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2000;
}

div.pp_default .pp_close:hover {
    background-position: -30px -60px;
}

.pp_loaderIcon {
    background: url("../images/prettyPhoto/default/loader.gif") center center no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 45%;
    left: 48%;
    z-index: 2001;
    display: none;
}

div.pp_default .pp_content img {
    max-width: 100%;
    max-height: 100%;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

.pp_pic_holder {
    display: none;
    position: absolute;
    z-index: 10000;
    width: auto;
    height: auto;
}

.pp_pic_holder .pp_content {
    position: relative;
}

div.pp_default .pp_details {
    color: #000;
}

div.pp_default .pp_details p.pp_description {
    font-size: 12px;
    padding: 5px 0 0 0;
    margin: 0;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

a.pp_next,
a.pp_previous {
    display: block;
    width: 49%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2000;
}

a.pp_next {
    right: 0;
    cursor: pointer;
    background: url("../images/prettyPhoto/default/btnNext.png") no-repeat right center;
}

a.pp_previous {
    left: 0;
    cursor: pointer;
    background: url("../images/prettyPhoto/default/btnPrevious.png") no-repeat left center;
}

.pp_fade {
    display: none;
}

.pp_fade * {
    opacity: 1 !important;
}
