#fc_slider_wrap,
#fc_slider_wrap * {
	padding: 0;
	margin: 0;
	outline: 0;
}

#fc_slider_wrap {
	margin-left: 8px;
	width: 882px;
    font-family: Century Gothic;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
}

#fc_slider_img {
    height: 287px;
	z-index: 50;
    overflow: hidden;
    position: relative;
}

#fc_slider_slide > div > span {
    display: none;
}

#fc_slider_slide {
}

#fc_slider_slide > div {
    border-radius: 2px;
	overflow: hidden;
}

#fc_slider_slide > div > img {
    display: block;
    border-radius: 2px;
}

#fc_slider_nav_wrap {
	text-align: center;
	padding-top: 0px;
}

#fc_slider_nav {
	display: inline-block;
    height: 21px;
	background-color: ;
    border-radius: 2px;
	padding: 0 5px;
}

#fc_slider_nav > div {
	display: inline-block;
	float: left;
	width: 19px;
	height: 21px;
	cursor: pointer;
	background: transparent url(img/dot.png) no-repeat center center;
}

#fc_slider_nav > div.active {
    background-image: url(img/dot_a.png);
}



#fc_slider_pause {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 4px;
    top: 4px;
	z-index: 80;
}