#fc_wrapper {
margin-left: 7px;
margin-top: 6px;
width: 304px;
height: 273px;
overflow: hidden;
color: #E01F26;
z-index: 99;
}

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

#fc_leftcol {
border-radius: 10px;
width: 305px;
height: 273px;
float: left;
}

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

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

#fcSlider {
	float: left;
}

.fc_opt {
	width: 207px;
	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: #36BEFC;
}

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

.fc_overlay {
font-family:MyriadPro-Bold, arial;
font-size:16px;
color:#e01f26;
border-radius:6px;
margin-left: 10px;
position: relative;
width: 269px;
margin-top: -49px;
padding: 7px;
	background: url(fc_mid_bg.png) repeat transparent;	
}