img
{
border: 0;
}
#smallslider {
    width: 950px; /* important to be same as image width */
    height: 256px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#smallsliderContent {
    width: 950px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.smallsliderImage {
    float: left;
    position: relative;
	display: none;
}
.smallsliderImage span {
    position: absolute;
    display: none;
color: FF00;
}
.clear {
	clear: both;
}


#smallslider ul { list-style-type: none;}