/* Web-content */

.diysdk_dialective_dialective.webcomponent.web_view .magnify_image {
    width: 24px;
    height: 24px;
    background-image: url("../images/magnify_base.png");
    position: absolute;
    right:0;
    bottom:24px;
}
.diysdk_dialective_dialective.webcomponent.web_view .logoImage:hover .magnify_image {
    background-image: url("../images/magnify_hover.png");
}