.fs-sp1{
    border-bottom: 8px solid #DDDDDD;
    margin-bottom: 10px;
    position: relative;
	margin-top: 5px;
	width: 470px;
}
.fs-sp1-content{background:#fff}
.fs-sp1-inner{/*padding:10px*/width: 100%;}
.fs-sp1-image{float:left;margin:0px}
.fs-sp1-desc{
    background-color: #FFFFFF;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 280px;
    width: 100%;
}
h2.fs-sp1-title{font-size:18px;line-height:normal;letter-spacing:normal;margin:2px 0}
.fs-sp1-controllers{
    border: 1px solid #FFFFFF;
    height: auto;
    padding: 1px;
    position: absolute;
    right: 3%;
    top: 10px;
    z-index: 1;
}
.fs-sp1-prev,.fs-sp1-next,.fs-sp1-controllers span,.fs-sp1-controllers span.active {
    background-color: #333333;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin: 0;
    padding: 0 2px;
    width: 12px;
	text-align: center;
}
.fs-sp1-controllers span,.fs-sp1-controllers span.active {
	/*text-indent:-9999px*/
}
.fs-sp1-controllers span {
	/*background:url(../images/btn-slider.png) no-repeat scroll 0 0*/
}
.fs-sp1-next{
    padding: 0;
    width: 0;
	/*	background:url(../images/next.png) no-repeat scroll 100% 50% #333; */
}
.fs-sp1-prev{
    padding: 0;
    width: 0;
	/*background:url(../images/prev.png) no-repeat scroll 0 50% #333;*/
}

.fs-sp1-controllers span.active {
	/*background:url(../images/btn-slider-active.png) no-repeat scroll 0 0*/
    background-color: #FFFFFF;
    color: #333333;	
}

h2.fs-sp1-title a:link, h2.fs-sp1-title a:visited{
	font-family: "Arial narrow";
	color: #333333;
	line-height: 18px;
}

h2.fs-sp1-title a:hover {
	color: #980000;
}