
.panel {
	float:right;
	margin-top:50px;
	right: 0;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat: repeat;
	opacity:0.5;
	width: 430px;
	height: auto;
	padding-top:10px;
	padding-bottom:20px;
	-moz-box-shadow:-4px 4px 12px -2px rgba(20%,20%,40%,0.5);
-webkit-box-shadow:-4px 4px 12px -2px rgba(20%,20%,40%,0.5);
box-shadow:-4px 4px 12px -2px rgba(20%,20%,40%,0.5);
margin-bottom:40px;}

.panel_route {
	float:left;
	z-index:2100;
	position: absolute;
	top:150px;
	left: 65px;
	/*display: none;*/
	height: auto;
	padding:0 0 0 5px;
	}

a.trigger{
z-index:2105;
position: absolute;
width:36px;
height:36px;
text-indent:-9999px;

top:15px; right: 0px;

background:url(../images/close.png) left top no-repeat;

display: block;
}

a.trigger:hover{
background-position:left bottom;}

a.active.trigger {
	position:absolute;
	display:block;
	background: url(../images/benner_index.png) no-repeat;
	background-position:left top;
	width:36px;
	height:36px;
	right:0px;
	top:15px;
	outline:none;
}

a.active.trigger:hover {
	background-position:left bottom;}

/*a.active.trigger {
background:#222222 url(images/benner_facilities.png) 15% 55% no-repeat;
}*/

