#slider {
	width: 914px; /* important to be same as image width */
	height: 362px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background-image: url(../images/header-photo.jpg);
	background-repeat: no-repeat;
	background-position: 24px top;
}
#sliderContent {
	width: 890px; /* important to be same as image width or wider */
	position: absolute;
	top: -10px;
	left: -16px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 11px/14px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 890px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
#header-wrap #slider #sliderContent .sliderImage img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear1 {	clear: both;
}

