/*


   Magic Zoom Plus v4.5.21-17-gf4fa9cd
   Copyright 2013 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoomplus/
   License agreement: http://www.magictoolbox.com/license/


*/


/* Style of the small image link */
.MagicZoomPlus, .MagicZoomPlus:hover {
    display: inline-block;
    cursor: url(graphics/zoomin.cur), pointer;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr;
    max-width: 100%;
}

/* Style of the small image */
.MagicZoomPlus img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    height: auto;
}

.MagicZoomPlus > img {
    width: 100%;
}

.MagicZoomPlus.magic-for-ie8 > img {
    max-width: none !important;
}

.MagicZoomPlus.magic-for-ie7 > img, .MagicZoomPlus.magic-for-ie5 img {
    width: auto;
}

td > .MagicZoomPlus > img, td > .MagicZoomPlus.magic-for-ie8 > img {
    max-width: none;
    width: auto;
}


/* Style of the span inside the small image link */
.MagicZoomPlus span {
    display: none !important;
}

/* Style of hint box */
.MagicZoomPlusHint {
    background: url(graphics/hint.gif) no-repeat 2px 50%;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 2px 2px 2px 20px !important;
    text-align: left;
    text-decoration: none;
}

.MagicZoomPlusLoading {
    background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none;
}


/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
    display: none;
}


/* Style of the zoomed image */
.MagicZoomBigImageCont {
    background: #ffffff;
    border: 1px solid #999;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.MagicZoomBigImageCont.inner-zoom {
    border: 0;
}
.MagicZoomBigImageCont img {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    width: auto !important;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
    background: #666;
    color: #fff;
    font-size: 10pt !important;
    line-height: normal !important;
    text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
    background: #dadad1;
    border: 3px solid #aaa;
    cursor:url(graphics/zoomin.cur),pointer;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
    background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none;
}

/* Style of hotspots */
.MagicHotspots {
display: none;
visibility: hidden;
}
.MagicHotspots a {
border: 1px solid #ccc;
display: block !important;
position: absolute !important;
}
.MagicHotspots a:hover {
border: 1px solid red;
}

/* Style of the small image when the large image is expanded */
.mzp-expanded-thumbnail {
    cursor: default;
}

/* Style of the expanded image */
.mzp-expanded {
    background: #ccc;
    border: 1px solid #ccc;
    cursor: pointer;
    outline: 0;
    padding: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.mzp-expanded.panzoom {
    cursor: url(graphics/zoomin.cur), pointer;
}

.mzp-expanded.panzoom  > div > div {
    cursor: url(graphics/zoomout.cur), pointer;
}


.mzp-expanded img {
    background: #ffffff;
}

/* Style of the caption for the expanded image */
.mzp-caption {
    background: #ccc;
    border: 0 !important;
    color: #333;
    font: normal 10pt Verdana, Helvetica;
    min-height: 18px !important;
    padding: 8px;
    outline: 0 !important;
    text-align: left;
}

/**
 * Buttons & Arrows
 */
.mzp-button,
.mzp-arrow,
.mzp-button span,
.mzp-arrow span {
    outline: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mzp-button,
.mzp-arrow {
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    display: block;
    opacity: 0.6;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.lt-ie9-magic .mzp-arrow  {
    filter: alpha(opacity = 60);
}
.mzp-button:hover,
.mzp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.mzp-button,
.mzp-arrow {
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 90;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none !important;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.ie9-magic .mzp-button,
.ie9-magic .mzp-arrow,
.lt-ie9-magic .mzp-button,
.lt-ie9-magic .mzp-arrow {
    background-image: url('graphics/buttons.png') !important;
    background-position: -200%;
}

.mzp-button span,
.mzp-arrow span {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url('graphics/buttons.png');
    /*background-color: #000;*/
    /*border: 2px solid #000;*/
    /*border-radius: 7px;*/
    margin-top: -20px;
    display: block;
    position: absolute;
    top: 50%;
}
.ie8-magic .mzp-button span,
.ie8-magic .mzp-arrow span {
    top: auto;
}
.lt-ie8-magic .mzp-button span,
.lt-ie8-magic .mzp-arrow span {
    width: 36px;
    height: 36px;
}

.mzp-arrow {
    width: 60px;
    height: 100%;
    top: 0;
}

.mzp-arrow-previous {
    left: 0;
}
.mzp-arrow-previous span {
    left: 0;
    background-position: 0 0;
}

.mzp-arrow-next {
    right: 0;
}
.mzp-arrow-next span {
    right: 0;
    background-position: -36px 0;
}

.mzp-button-close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 95;
}
.mzp-button-close span {
    right: 0;
    background-position: -72px 0;
}

.mzp-expanded > div > div > div > img {
    max-height: none !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important;
}

.mzp-background {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.magic-temporary-img img {
    max-height: none !important;
    max-width: none !important;
}

.magic-hidden {
    opacity: 0 !important;
    filter: alpha(opacity = 0) !important;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
-moz-box-shadow: 3px 3px 4px #888888;
-webkit-box-shadow: 3px 3px 4px #888888;
box-shadow: 3px 3px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
-moz-box-shadow: 0px 0px 4px 4px #888888;
-webkit-box-shadow: 0px 0px 4px 4px #888888;
box-shadow: 0px 0px 4px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}

.mzp-arrow-previous span {
    left: 0;
    background-position: 0 -36px;
}

.mzp-arrow-next span {
    right: 0;
    background-position: -36px -36px;
}

.mzp-button-close span {
    right: 0;
    background-position: -72px -36px;
}
