/* BOFHnet rjs@biuro.net.pl */

span.flashbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-color: #999;
}

span.flashbox .slider {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

span.flashbox .slider a.slide {
	display: inline-block;
	height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

span.flashbox .menu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 29px;
	white-space: nowrap;
}

span.flashbox .menu a,
span.flashbox .menu a span.desc,
span.flashbox .menu a span.end {
	height: 29px;
  line-height: 29px;
}

span.flashbox .menu a {
	display: inline-block;
	padding-left: 6px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

span.flashbox .menu a,
span.flashbox .menu a span.end {
  background: url('../images/interface/flashbox.png') no-repeat -18px 0;
}

span.flashbox .menu a.active {
	background-position: -6px 0;
}

span.flashbox .menu a span.desc,
span.flashbox .menu a span.end {
	float: left;
	display: inline-block;
}

span.flashbox .menu a span.end {
	width: 6px;
	background-position: -12px 0;
}

span.flashbox .menu a.active span.end {
	background-position: 0 0;
}

span.flashbox .menu a span.desc {
	text-align: center;
	background-color: #eaeaea;
}

span.flashbox .menu a.active span.desc {
	background-color: #daffa6;
}

span.flashboxPhotobooksPresentation {
	width: 945px;
	height: 370px;
}

