#slider {
    width: 595px; 
    height: 260px; 
    position: relative; 
	overflow: hidden;
	float: right;
	margin-bottom: 16px;
}
#sliderContent {
    width: 595px; 
    position: absolute;
	top: 0;
	margin-left: 0;

}
.sliderImage {
	width: 595px;
    float: right;
    position: relative;
	display: none;
	top:0px;

}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
	line-height: 23px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none; margin: 0px; padding: 0px;}

