#main_pannel {
	width: 458px;
	margin: 1.5em 0;
	position: relative; left: -37px;
}

/* Panel Menu item */
#handles4 {
	color: #FFFFFF;
	width: 384px;
	text-align: center;
	margin: 0;
	position: relative; left: 37px;
}

#handles4 span {
	display:inline-block;
	width: 190px;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 22px;
	background-image: url(../images/bg_mainpannel_nonactive.jpg);
	background-repeat: no-repeat;
}


.buttons span{
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 80%;
}

#handles4 span.active, #handles4 span:hover{
	background-color: #ab6b1d;
	background-image: url(../images/bg_mainpannel_active.jpg);
}

/* bottom buttons */

#but1, #but2 {
	width: 384px;
	position:relative; top: -180px;
	z-index: 0;
}
#prev1, #next1,#prev2, #next2 {
	display:block;
	width: 29px;
}	
#prev1, #prev2 {
	width: 29px;
	height: 32px;
	float: left;
	background-image: url(../images/arrow_left.gif);
	text-indent: -2000px;
	position: relative; left: -37px;
}
#next1, #next2 {
	float: right;
	width: 29px;
	height: 32px;
	background-image: url(../images/arrow_right.gif);
	text-indent: -2000px;
	position: relative; right: -37px;
}

/* Tabs*/
#panel_content1, #panel_content2 {
	margin: 0 37px;
}

#box4{
	position:absolute;
}

#box4 div{
	width:384px;
	height:250px;
	float:left;
}

/* Boxex 1,2 (Inside) */
#box1, #box2{
	position:absolute;	
}

#box1 div, #box2 div{
	float:left;
}

#box1 div img, #box2 div img{
	border: solid 2px #ab6b1d;
}

#box1 div .adres, #box2 div .adres {
	color: #7D4F15;
	float:right;
	margin: 0 1em;
	padding: 0;
	position: relative; bottom: 5px;
}

.mask1{
	position:relative;
	width:458px;
	height:210px;
	overflow:hidden;
	font-size: 90%;
}

.mask2{
	position:relative;
	width:384px;
	height:210px;
	overflow:hidden;
}


span a img{
	display:block;
	border: none;
}
