﻿<!-- S3slider-home CSS -->
#slider {
    width: 800px; /* important to be same as image width */
    height: 180px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto; /* added to center -ty */
}

#slider img {
				border: 0; /* -ty new */
}

#slider #sliderContent {
    width: 800px; /* important to be same as image width or wider */
	height: 180px;
    position: relative;
	top: 0;
	margin: 0 auto;
	z-index: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
li.sliderImage span {
    position: absolute;
	font: 16px/1.33 Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
    padding: 30px 30px;
    width: 720px;
    background-color: transparent;
/* no semi-transpartent text box
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
-- end OFF section */
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 28px;
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
				margin-bottom:45px; /* X-perimental */
}
#slider ul { list-style-type: none;}
#sliderContent li { list-style-type: none;}
