#obw-dolny-pasek{
width: 100%; height: 50px; position: fixed; bottom: 0px; left: 0px; right: 0px; background: url('tlo-pasek.png');
font-family: Arial,sans-serif; font-size: 26px; font-weight: bold; z-index: 1000;
/*border-top: 1px solid #9D0000; border-bottom: 1px solid #9D0000;*/
}
  
li.obw-dolny-1{
padding-right: 20px; height: 50px; padding-top: 7px; padding-bottom: 7px; text-align: center; width: 100%
}

li.obw-dolny-2{
padding-right: 20px; height: 50px; padding-top: 7px; padding-bottom: 7px; text-align: center; width: 100%
}

li.obw-dolny-1 a, li.obw-dolny-2 a{
text-decoration: none;
}

li.obw-dolny-1 a{
 color: #9D0000;
}
 
li.obw-dolny-2 a{
color: #9D0000;
}

 
#pasek-zamknij{
float: right; width: 10px; font-size: 14px;
}

#pasek-zamknij a{
text-decoration: none; color: #9D0000;
}
 
#obw-dolny-pasek_lewa{
height: 100%; width: 175px; float: left; background: url('http://wynagrodzenia.pl/grafika_nowa/obw-dolny-pasek.jpg') no-repeat;
}

#obw-dolny-pasek_prawa{ height: 100%;  float: left;}
  
.jcarousel-container {
position: relative;
}

.jcarousel-clip {
z-index: 2;    padding: 0;    margin: 0;    overflow: hidden;    position: relative;
}

.jcarousel-list {
z-index: 1;    overflow: hidden;    position: relative;    top: 0;    left: 0;    margin: 0;    padding: 0;	height: 50px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 800px;
	clear: none;
	text-align: center;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}