#sloupec_pravy a:focus {
	outline: none;
}
#panel {
	height: 200px;
	display: none;
	padding-top: 15px;
	background-image: url(../images/bit.jpg);
	background-repeat: repeat-x;
}
.slide {
	margin: 0;
	background-image: url(../images/btn-slide.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.btn-slide {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/white-arrow.gif);
	background-repeat: no-repeat;
	background-position: right -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 80%;
	font-weight: bold;
}
.active {
	background-position: right 12px;
}
#sloupec_pravy a:hover {
	color: #FFF;
	text-decoration: underline;
}

