.zoom-container {overflow:visible;position:absolute;width:100%;}

.zoom-buttons {float:left;width:39px;position:fixed;top:50%; margin-top: -80px; right: 0px;
padding: 0px 0;
	border-radius: 0px;
	border-right:none;
	background: #e7e7e7; /* Old browsers */
    z-index: 99;
}
.zoom-buttons .button {width: 44px;height:24px;cursor:pointer;float:left; padding:0px; background: none;font-size:0;}
.zoom-buttons .button span {width:44px;height:24px;position:absolute;}
.zoom-buttons .button .icon {background:url('/images/portal/contentZoomIcons.png') no-repeat -3px -0px;}
.zoom-buttons .button .bgd {background:#8dc63f;opacity:0; color: #fff;}

.zoom-buttons .but-plus .icon {background-position:0px 0px;}
.zoom-buttons .but-minus .icon {background-position: 0px -24px;}
.zoom-buttons .but-up .icon {background-position: 0px -48px ;}
.zoom-buttons .but-down .icon {background-position: 0px -72px ;}

.body {
    width:100%;
}
/*
W3C sends regards...
@-moz-document url-prefix() {
    .body {
        width:100%!important;
    }
}
*/