/*######################################################### ПАНЕЛЬ УПРАВЛЕНИЯ #########################################*/
a:focus {
	outline: none;
}

.panel{
    width:0px;    
	background: url("img/fon.png");
	height: 408px;
	display: none;
}

.right {
	position:absolute;
	left: 0px;
	margin: 0;
	padding:0;
	top: 115px;
}
.right .slide {
	margin: 0;
	padding: 0;
	background: url("img/btn-slide-right.gif") no-repeat left center;
	height: 153px;
	width:38px;
	float:left;
}
.right .panel{
	float:left;
}
.right .btn-slide {
	background: url("img/white-arrow-hor.gif") no-repeat 15px 25px;
	text-indent: -9000%;
	display: block;
	height: 153px;
	width:38px;
	color:#FF0000;
}

.right .active {
	background-position: -45px 25px;
}
/*######################################################### ИКОНКИ ############################################*/

div#home {
background: url("img/zoom_min.png") no-repeat;
width: 71px;
height: 72px;
cursor:pointer;
}
div#services {
background: url("img/about_min.png") no-repeat;
width: 52px;
height: 63px;
margin-top:5px;
cursor:pointer;
}
div#folio {
background: url("img/folio_min.png") no-repeat;
width: 69px;
height: 59px;
margin-top:5px;
cursor:pointer;
}
div#price {
background: url("img/magazine_min.png") no-repeat;
width: 69px;
height: 53px;
margin-top: 7px;
cursor:pointer;
}
div#news {
background: url("img/news_min.png") no-repeat;
width: 69px;
height: 66px;
cursor:pointer;
}
div#contacts {
background: url("img/contacts_min.png") no-repeat;
width: 69px;
height: 68px;
margin-top: 3px;
cursor:pointer;
}
.panel div span{
display:block;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background:url(img/span.png);
background-repeat:repeat-x;
height:15px;
}
