#fc_wrapper {
	width: 520px;
	height: 200px;
	background-color: #161616;
	padding: 1px;
	overflow: hidden;
	color: lightgrey;
	z-index: 99;
}

#fc_wrapper a img {
	border: none;
	outline: none;
}

#fc_leftcol {
	width: 320px;
	height: 200px;
	float: left;
}

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

#fc_rightcol {
	width: 200px;
	height: 200px;
	float: right;
}

#fcSlider {
	float: left;
}

.fc_opt {
	width: 200px;
	height: 50px;
	background: url(fc_opt_bg.png);
	margin: 0 0 1px 1px;
	padding-right: 2px;
	cursor: pointer;
	text-align: left;
	float: left;
	color: white;
}

.cur, .fc_opt:hover {
	/*background: url(fc_opt_bg_h.png);*/
	background: #171717;
}

.fctooltip {
	border: 2px solid #171717;
	color: white;
	background: #282828;
	padding: 5px;
}

.fc_overlay {
	position: relative;
	height: 27px;
	width: 384px;
	margin-top: -33px;
	padding: 3px;
	background: url(fc_mid_bg.png) repeat transparent;	
}