#fc_wrapper {
width: 640px;
height: 203px;
background-color: #161616;
padding: 1px;
overflow: hidden;
color: lightgrey;
}

#fc_leftcol {
width: 432px;
height: 203px;
float: left;
}

	#fc_leftcol ul li {
	width: 432px;
	height: 203px;
	float: left;
	}
	
	#fc_leftcol ul	{
	list-style-type: none;
	width: 3600px;
	padding: 0;
	margin: 0;
	}

#fc_rightcol {
width: 208px;
height: 203px;
float: right;
}

#fcSlider {
float: left;
}

.fc_opt {
width: 204px;
height: 50px;
background: url(fc_opt_bg.png);
margin-bottom: 1px;
padding-right: 3px;
cursor: pointer;
text-align: left;
}