﻿#slider {
	float: left;
    width: 580px; /* important to be same as image width */
    height: 266px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	margin-bottom: 20px;
}

#sliderContent {
    width: 580px; /* important to be same as image width or wider */
	height: 250px;
    position: absolute;
	top: 0;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
}

#sliderContent .sliderImage {
    float: left;
    position: relative;
	display: none;
}

#sliderContent .sliderImage span strong {
    font-size: 15px;
    color: #464646;
}

#sliderContent .bottom {
	bottom: 0;
    left: 0;
    color: #464646;
}

.sliderImage span {
    position: absolute;
    display: none;
}
