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