#slider {
    margin-bottom: -15px;
    margin-top: -15px;
    padding-left: 28px;
    width: 650px; /* important to be same as image width */
    height: 330px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #sliderContent {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 650px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    padding-left: 13px;
    padding-bottom: 20px;
    padding-right: 13px;
    position: absolute;
    width: 624px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
