<style>
/*Silder Start here*/
* {
	margin: 0px;
	padding: 0px;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}

#slider {
    width: 564px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 564px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
    padding: 6px 13px;
    width: 564px;
    background-color:#000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
	-khtml-opacity: 0.4;
    opacity: 0.6;
    color:#fff;
    display: none;
	height:16px;
}
.clear {
	clear: both;
}
.sliderImage span {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul  
{
	list-style-type: none;
     
    color:#919395;
    font-family:arial;
    font-size:12px;
    
    
    
     }
/*Slider End here*/
</style>