#outframe {
    position: absolute;
    border: 1px solid #ccc;
    width: 898px;
	height: 648px;
    background-color: #fff;
    overflow: hidden;
	display:block;
}
#outframeS {
    position: absolute;
    border: 1px solid #ccc;
    width: 643px;
    height: 648px;
    background-color: #fff;
    overflow: hidden;
	display:block;
}
#schoolMap{
    width: 898px;
	height: 648px;
	}
#schoolMapS{
    width: 643px;
    height: 648px;
	}
.p-school #schoolMap,
.p-school #schoolMapS{
	position:relative;
	padding:10px 0px;
	}
#inframe {
    position: absolute;
    cursor: pointer;
}

#schoolMapDiv{
    width: 645px;
	height: 400px;
}
#p-routemap #schoolMapDiv{
    width: 898px;
	height: 648px;
}
#outframeDiv {
    position: absolute;
    border: 1px solid #ccc;
    width: 645px;
	height: 400px;
    background-color: #fff;
    overflow: hidden;
	display:block;
}
#p-routemap #outframeDiv{
    width: 898px;
	height: 648px;
}
#inframeDiv {
    position: absolute;
    cursor: pointer;
}
