#etalage {
    display: none;
    margin-bottom: 50px;
}
#etalage .etalage_thumb {
    background: url("../images/loading.gif") no-repeat scroll center center white;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 10px #DDDDDD;
    padding: 6px;
}
#etalage .etalage_thumb_image {
}
#etalage .etalage_small_thumbs li {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    margin: 10px;
    padding: 3px;
}
#etalage ul li.etalage_smallthumb_first {
}
#etalage ul li.etalage_smallthumb_last {
}
#etalage ul li.etalage_smallthumb_active {
    box-shadow: 0 0 10px #DDDDDD;
}
#etalage .etalage_zoom_area, .etalage_zoom_area {
    background: url("../images/loading.gif") no-repeat scroll center center white;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 10px #DDDDDD;
    padding: 6px;
}
#etalage .etalage_magnifier {
    background: none repeat scroll 0 0 white;
    border: 1px solid #BBBBBB;
}
#etalage .etalage_icon {
    background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 14px;
}
#etalage .etalage_hint {
    background: url("../images/hint.gif") no-repeat scroll 0 0 transparent;
    height: 57px;
    width: 130px;
}
#etalage .etalage_description {
    background: none repeat scroll 0 0 white;
    font-style: normal;
    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 {
    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 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;
}

