#slider1f {
    	width: 950px; /* important to be same as image width */
    	height: 272px; /* important to be same as image height */
    	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1fContent {
    	width: 950px; /* important to be same as image width or wider */
	margin: 0px;
	padding-left: 0px;
	top: 0;
	margin-left: 0;
}

.slider1fImage {
    	float: left;
    	position: relative;
	display: none;
}

.slider1fImage span {
    	position: absolute;
    	width: 950px;
    	background-color: #000;
    	filter: alpha(opacity=80);
    	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    	opacity: 0.8;
    	display: none;
}

.clearf {
	clear: both;
}


.leftf {
	left: 0;
	bottom: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 400px !important;
}

ul { list-style-type: none; }
