@charset "windows-1251";
/* CSS Document */
#panel {
	height: 160px;
	display: block;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #E6DFCA;
}
.slide {
	padding: 0;
	margin: 0;
}
.btn-slide {
	text-align: center;
	width: 100%;
	height: 26px;
	display: block;
	text-decoration: none;
	line-height: 100%;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #E6DFCA;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.active {
	background-position: left top;
	background-image: url(logo/slidebg.jpg);
}

a:focus {
	outline: none;
}
