
/* --------- s3slider formatting ------------*/

#slider {
    width: 450px; /* important to be same as image width */
    height: 340px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 450px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-family: Arial, sans-serif;
	font-size:1.2em;
    padding: 14px 15px;
    width: 430px;
    background:transparent url(../images/slider_background.png) no-repeat 0 0;
    color:#141243;
    display:none;
	left: 0;
	bottom:0px;
}
.clear {
	clear: both;
}