#slider {
	width: 1000px; /* important to be same as image width */
	height: 170px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

.sliderImage{
    float: left;
    position: relative;
	display: none;
}
.sliderImage img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sliderImage span {
	position: absolute;
	width: 1000px;
	background-color: #F9C700;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Blue script std;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	display:none;
}
hr{
margin:0px;
padding:0px;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.bottom {
	bottom: 0;
	left: 0;
	display:none;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



