#schemat a {
     position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
#schemat a img {
    border-radius: 5px;
    border: 1px solid #cfcfcf;
   
}
#schemat { 
    overflow: hidden;
    position: relative;
    height: 320px;
}
#iviewer {
	overflow: hidden;
    position: relative;
    height: 320px;
	background: #fff;
}
#schemat_loading {
    width: 100%;
    height: 100%;
    background: url('../images/ajax-loader.gif') no-repeat center center #ECECEC;
    z-index: 2000;
	display: none;
}
#schematy {
    padding: 7px 0 45px 0;
}
#schematy a img {
    border-radius: 5px;
    border: 1px solid #cfcfcf;
}