/* Start of CMSMS style sheet 'slider - testowy' */
#slider {
    width: 740px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border:solid 2px #EDEDED;
    background: url(images/00photo-bg.jpg) no-repeat top left}
#sliderContent {
    width: 741px;
    height: 200px;
    position: absolute;
    top: 0;
    margin: 0px !important;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
    font-size: 11px;
    font-family: arial,verdana,tahoma;
    padding: 7px 13px;
    margin: 0px 0px 0px 0px;
    width: 741px;
    background-color: #0c0c0c;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}

#sliderContent{
margin:0px;
padding:0px;}

.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
/* End of 'slider - testowy' */

