/*


   Magic Zoom Plus v4.5.12 
   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.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;
}
/* 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 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;
    display: none !important;
}
/* Style of square magnify area under the cursor */

.MagicZoomPup {
    background: #fff;
    border: 1px 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 */

.MagicThumb-expanded-thumbnail {
    cursor: default;
}
/* Style of the expanded image */

.MagicThumb-expanded {
    background: #ffffff;
    border: 1px solid #ccc;
    cursor: url(graphics/zoomout.cur), pointer;
    outline: 0;
    padding: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.MagicThumb-expanded img {
    background: #ffffff;
}
/* Style of the caption for the expanded image */

.MagicThumb-caption {
    background: #ccc;
    border: 0 !important;
    color: #333;
    font: normal 10pt Verdana, Helvetica;
    /*min-height: 18px !important;*/
    height: 34px !important;
    padding: 8px;
    outline: 0 !important;
    text-align: left;
}
/* Style of the close/next/previous buttons */

.MagicThumb-buttons {
    background: transparent url(graphics/buttons1.png) no-repeat 0 0;
    display: block;
    height: 24px;
}
.MagicThumb-buttons a {
    height: 24px;
    margin: 0px 1px !important;
    overflow: hidden;
    width: 24px;
}
/* Style of the loading message box */

.MagicThumb-loader {
    background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #000;
    font: normal 12pt sans-serif;
    line-height: 1.5em;
    margin: 0;
    padding: 2px 2px 2px 22px;
    text-align: left;
    text-decoration: none;
}
.MagicThumb-expanded>div>div>div>img {
    max-height: none !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important;
}
.MagicThumb-background {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.magic-temporary-img img {
    max-height: none !important;
    max-width: none !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;
}
/* Contaner with main image and selectors container */

div.MagicToolboxContainer {
    text-align: center;
}
/* Main image styles */

div.MagicToolboxContainer a {
    margin: 0 auto;
}
/* Container with selectors*/

div.MagicToolboxSelectorsContainer {
    clear: both;
}
/* Selectors styles */

div.MagicToolboxSelectorsContainer a {
    display: inline-block;
    /*margin: 4px 1px;*/
    float: left;
    width: 100%;
    padding: 11px 10px;
    border-bottom: 1px solid #ddd;
}
div.MagicToolboxMessage {
    text-align: center;
}
/* selectors-left */

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    float: left;
}
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer {
    float: left;
}
/* selectors-right */

div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
    float: left;
}
.MagicScrollItem a {
    /* NOTE: magicscroll makes the image smaller if there is a margin */
    margin: 0 !important;
}
div.MagicToolboxSelectorsContainer {
    clear: none;
}
.product-view .product-img-box .more-views ul {
    margin-left: 0px;
}
.products-list .MagicToolboxContainer {
    /* for List View */
    float: left;
}
.hidden-selector {
    display: none !important;
}
/* issue #36402 */

.MagicZoom, .MagicZoomPlus {
    opacity: 1 !important;
    filter: none !important;
}
.ignore-magento-css {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
.product-img-box {
    text-align: center;
}
.landscapeview .product-img-box .MagicToolboxContainer .more-views .MagicToolboxSelectorsContainer {
    float: left;
    margin: 5px 0 0;
    padding: 0;
    width: 100% !important;
}
a[rel~=close] {
    background-position: 23px 0 !important;
}
a[rel~=previous] {
    background-position: -24px 0 !important;
}
a[rel~=next] {
    background-position: -72px 0 !important;
}
a[rel~=next]:hover {
    background-position: -72px 24px !important;
}
a[rel~=close]:hover {
    background-position: 23px 24px !important;
}
a[rel~=previous]:hover {
    background-position: -24px 24px !important;
}