.olControlZoomPanel {
    left:21px !important;
}

.olControlZoomPanel div {
    background-image:url(../js/ext/resources/images/pvandev/panel/tool-sprites.gif) !important; 
    height:15px !important;
    width:15px !important;
    /* workaround for button height in IE */
    font-size:0px !important;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    background-position:15px -240px !important;
	top: -60px !important;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    display: none !important;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    background-position:15px -255px !important;
    top: 63px !important;
}
/* position the zoom slider within map panel */
.gx-zoomslider {
    top: 30px !important;
    left: 17px !important;
}

