#slider1 {
    width: 555px; /* important to be same as image width */
    height: 122px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px 30px 0px 0px;
	padding:0px;
	float:right;
}

#slider2 {
    width: 204px; /* important to be same as image width */
    height: 159px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px;
}
#slider1Content {
    width: 555px; /* important to be same as image width or wider */
    position: absolute;
	margin: 0px;
	
}
#slider2Content {
    width: 204px; /* important to be same as image width or wider */
    position: absolute;
	margin: 0px;
	
}
.slider1Image,.slider2Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 3px 2px 1px 0px;
    width: 555px;
    background: url(http://www.scomp.pl/images/body/baner_pasek.png) no-repeat;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
	-khtml-opacity: 0.0;
    opacity: 1.0;
    color: #fff;
    display: none;
	margin: 0px;
	height: 44px;
	text-align:right;
}

 .slider2Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px;
    width: 204px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
	-khtml-opacity: 0.0;
    opacity: 0.0;
    color: #fff;
    display: none;
	margin: 0px;
}
.clear {
	clear: both;
}
.bottom {
	bottom: 0;
    left: 0;
}

.slider1Image span strong, .slider2Image span strong{
    font-size: 14px;
}
.slider1Image .right, .slider2Image .right {
	margin: 0px;
	width: 0px !important;
	height: 290px;
}
ul#slider1Content,ul#slider2Content
 { list-style-type: none; padding:0px; margin:0px;}
