/* BOFHnet rjs@biuro.net.pl */

body {
  font-size: 80%;
  font-family: 'Trebuchet MS', sans-serif;
}

.hidden {
  display: none;
}

#test {
	width: 380px;
	height: 220px;
}

/* * * * */

.flashbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-color: #999;
}

.flashbox .slider {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.flashbox .slider a.slide {
	display: inline-block;
	height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

.flashbox .menu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 29px;
	white-space: nowrap;
}

.flashbox .menu a,
.flashbox .menu a span.desc,
.flashbox .menu a span.end {
	height: 29px;
  line-height: 29px;
  color: #1086c6;
}

.flashbox .menu a {
	display: inline-block;
	padding-left: 6px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.flashbox .menu a,
.flashbox .menu a span.end {
  background: url('../../imp/images/edges.gif') no-repeat -18px 0px;
}

.flashbox .menu a.active {
	background-position: -6px 0px;
}

.flashbox .menu a span.desc,
.flashbox .menu a span.end {
	float: left;
	display: inline-block;
}

.flashbox .menu a span.end {
	width: 6px;
	background-position: -12px 0px;
}

.flashbox .menu a.active span.end {
	background-position: 0px 0px;
}

.flashbox .menu a span.desc {
	text-align: center;
	background-color: #fcfbfa;
}

.flashbox .menu a.active span.desc {
	background-color: #c6e0f2;
}

