.offsetBar{
	list-style-type:none;
	display:table;
	/*border:1px dotted black;*/
	}
.offsetBar li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#555;
	display:table-cell;
	float:left;
	text-align:center;
/*	border:1px dotted black;*/
	}
	
.offsetBar .offs_123 {
	width:300px;
	color:#069;
	}

.offsetBar .offs_123 a {
	padding:5px;
	color:#777;
	}

.offsetBar .offs_123 a.current {
	background-color:#eee;
	/*background:url(gfx/guziki/blank.gif) no-repeat;
	width:19px;
	height:18px;*/
	color:white;
	}

.offsetBar .offs_pierwsze{
	width:30px;
	}
.offsetBar .offs_poprzednie{
	width:30px;	
	}
.offsetBar .offs_nastepne{
	width:30px;
	}
.offsetBar .offs_ostatnie{
	width:30px;
	}

