#slider {
    width: 100%; /* important to be same as image width */
    height: 500px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:0px solid red;

}
#sliderContent {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;

}
.sliderImage {
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
    font-family: 'DlCyLtTf';
	font-size: 25px;
    width: 100%;
    color: #fff;
    display: none;
	
	border:0px solid red;
	font-weight:normal;
	margin-left:90px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-family: 'DlCyBdTf';
	font-size:50px;
	line-height:55px;
	color:#fff;
	font-weight:normal;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
	height:330px;
}

ul { list-style-type: none; margin:0px; padding:0px;}
