div.scrollable {
	
	overflow:hidden;
	width: 980px;
	height:270px;
margin:0 0 0 0;
}

html>body div.scrollable {
position:relative;
	overflow:hidden;
	width: 980px;
	height:270px;
margin:0 0 0 0;
}



.box_scroll {
	float: left;
	width: 980px;
	margin: 0 0 0 0;
	padding: 0px;
	
	position:;
	margin: 0px;
	padding: 0px;
}
.box_scroll .zajawka {
	position: absolute;
	width: 464px;
	margin-top: 154px;
	padding: 10px;
	background-image: url(img/gloBar.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.box_scroll .zajawka p.tytul_zajawka a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d60b0b;
	line-height: 27px;
	text-decoration: none;
}
.box_scroll .zajawka p:hover.tytul_zajawka a {
	text-decoration: underline;
}
.box_scroll .bodytext {
	color: #fff;
}

.scrollable #thumbs {
	margin-top: 10px;
	position: absolute;
	clear: both;
	width: 2000em;
}

.navi {
z-index: 1;
	margin-left:878px;
	margin-top: 5px;
	margin-bottom: 0;
	
	height:20px;
	
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}