
.panel {
	float:right;
	z-index:2100;
	position: absolute;
	top: 80px;
	right: 0;
	/*display: none;*/
	background-color: #3c3c3c;
    /*border-top: 4px solid #a19069;*/
	width: 430px;
	height: auto;
	/*padding-top:10px;*/
	padding-bottom:20px;
	background-color: #3f3328;
    background-color: rgba(63,51,40,0.9);
	/*-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);*/}

.panel_route {
	float:left;
	z-index:2100;
	position: absolute;
	top:80px;
	left: 40px;
	/*display: none;*/
	height:auto;
	padding:0 0 0 5px;
	}

a.trigger{
z-index:9999;
position: absolute;
width:40px;
height:40px;
text-indent:-9999px;
/*text-decoration: none;*/
top: 80px; right: 430px;
/*font-size: 16px;*/
/*letter-spacing:-1px;*/
/*font-family: verdana, helvetica, arial, sans-serif;*/
/*color:#fff;*/
/*padding: 20px 15px 20px 40px;*/
/*font-weight: 700;*/
background:url(../images/travel/close_travel.png) left top no-repeat;
/*border:1px solid #444444;*/
/*-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;*/
display: block;
transition: all 0.4s;
outline:none;
}

a.trigger:hover{
background-position:left bottom;}

a.active.trigger {
	position:absolute;
	display:block;
	background:url(../images/travel/open_travel.png) left top no-repeat;
	background-position:left top;
	width:40px;
	height:40px;
	right:0px;
	top:80px;
	outline:none;
}

a.active.trigger:hover {
	background-position:left bottom;}

/*a.active.trigger {
background:#222222 url(images/benner_facilities.png) 15% 55% no-repeat;
}*/

