#PlanOfDriving {
display:none;
position:absolute;
z-index:100;
}
#PlanOfDriving_Close {
background:url("../images/close.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
display:block;
height:16px;
position:absolute;
right:22px;
top:22px;
width:16px;
z-index:150;
}
#PlanOfDriving img {
border:1px solid #e8e8e8;
margin:38px;
}
#PlanOfDriving div {
height:40px;
position:absolute;
width:40px;
z-index:-1;
}
#PlanOfDriving_TL {
background:url("../images/tl.png") no-repeat scroll 0 0 transparent;
left:0;
top:0;
}
#PlanOfDriving_T {
background:url("../images/t.png") repeat-x scroll 0 0 transparent;
left:40px;
top:0;
}
#PlanOfDriving_TR {
background:url("../images/tr.png") no-repeat scroll 0 0 transparent;
right:0;
top:0;
}
#PlanOfDriving_L {
background:url("../images/l.png") repeat-y scroll 0 0 transparent;
left:0;
top:40px;
}
#PlanOfDriving_R {
background:url("../images/r.png") repeat-y scroll 0 0 transparent;
right:0;
top:40px;
}
#PlanOfDriving_BL {
background:url("../images/bl.png") no-repeat scroll 0 0 transparent;
bottom:0;
left:0;
}
#PlanOfDriving_B {
background:url("../images/b.png") repeat-x scroll 0 0 transparent;
bottom:0;
right:40px;
}
#PlanOfDriving_BR {
background:url("../images/br.png") no-repeat scroll 0 0 transparent;
bottom:0;
right:0;
}
