
#etalage {
    display: none;
}
#etalage .etalage_thumb {
    background: url("../images/loading.gif") no-repeat scroll center center hsla(0, 0%, 0%, 0);
}

#etalage .etalage_small_thumbs li {
    cursor: pointer;
	margin:15px;
	padding:10px;
}

#etalage ul li.etalage_smallthumb_first {
}
#etalage ul li.etalage_smallthumb_last {
}
#etalage ul li.etalage_smallthumb_active {
}
#etalage .etalage_zoom_area, .etalage_zoom_area {
  background: #ffffff none repeat scroll 0 0;
}
#etalage .etalage_magnifier {
    border: 1px solid hsl(0, 0%, 73%);
}
#etalage .etalage_icon {
}
#etalage .etalage_hint {
/*    background: url("../images/hint.gif") no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
*/    height: 57px;
    width: 130px;
	top:5px !important;
}
#etalage .etalage_description {
    font-style: italic;
    margin: 10px;
    padding: 6px 10px;
}
.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint {
    display: none;
}
.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img {
    position: relative;
}
.etalage img, .etalage li {
    -moz-user-select: none;
}
.etalage, .etalage_small_thumbs li {
    float: left;
	
}
.etalage_right {
    float: right;
}
.etalage li {
    position: absolute;
}
.etalage img {
    max-width: none;
    vertical-align: bottom;
}
.etalage_magnifier {
    cursor: default;
}
.etalage_magnifier div, .etalage_small_thumbs {
    overflow: hidden;
}
.etalage_magnifier div img {
    display: none;
}
.etalage_icon, .etalage_hint {
    cursor: default;
    height: 0;
    overflow: hidden;
    width: 0;
}
.etalage_small_thumbs li.vertical {
    float: none;
}
.etalage_zoom_area {
    z-index: 2;
}
.etalage_zoom_area div {
    overflow: hidden;
    z-index: 997;
}
.etalage_zoom_preview {
    position: absolute;
    z-index: 998;
}
.etalage_zoom_img, .etalage_hint {
    z-index: 999;
}
.etalage {
    direction: ltr;
}
div.etalage_description {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 999;
}
div.etalage_description.rtl {
    direction: rtl;
    text-align: right;
}

#etalage img {
    max-height: none;
}

#etalage .etalage_thumb_image{border: 0px solid #D3D3D3;}
#etalage .etalage_small_thumbs li {
    border: 0px solid #D3D3D3;
}

.product-view .product-img-box .etalage-control a.etalage-next {
    background-position: 10px -29px;
    right: 10%;
}
#etalage .etalage_icon {
    background: url("../images/zoom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    opacity: 0.8 !important;
    width: 60px;
	margin-left:-15%;
}
.product-view .product-img-box .etalage-control a {
    background: url("../images/pager_arrow_large.png") no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    text-indent: -9999px;
    width: 33px;
}

.product-view .product-img-box .etalage-control {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}

.product-view .product-img-box .etalage-control a.etalage-prev {
    background-position: 10px 4px;
    left: 0;
}


.product-view .product-img-box .etalage-control {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}
.product-view .product-img-box .etalage-control a.etalage-prev {
    background-position: 10px 4px;
    left: 0;
}
.product-view .product-img-box .etalage-control a {
    background: url("../images/pager_arrow_large.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    text-indent: -9999px;
    width: 33px;
}

.product-img-box.mj-mediacotent {
    float: none;
	display:table;
	margin:0 auto;
    max-width: 344px;
 
    position: relative;
    width: 90%;
}
#etalage .etalage_hint {
    background: url("../images/hint.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 130px;
}

@media screen and (max-width: 480px) {
.product-view .product-img-box .etalage-control a.etalage-next{right:10%;}
.product_info_left{overflow:hidden;}
#etalage .etalage_icon{display:none !important;}
}