@charset "UTF-8";
/* CSS Document */

#slider {
	width: 483px; /* important to be same as image width */
	height: 315px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 483px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage img {
	width: 483px !important;
	height: 315px !important;
}

.sliderImage p {
	width: 440px;
	display: block;
	margin: 0px 0px 15px 10px;
}

.sliderImage span {
    position: absolute;
	font: 10px Arial, Helvetica, sans-serif;
    width: 483px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 24px;
	margin: 10px 0px 0px 10px;
	display: block;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0px;
    left: 0;
}
ul#sliderContent {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
