#fs_left {
  float: left;
  width: 20px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
#fs_right {
  float: left;
  width: 20px;
  margin: 0 0 0 5px;
  cursor: pointer;
}
#fs_images {
  width: 900px;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  position: relative;
}
#fs_strip {
  position: relative;
  white-space: nowrap;
  width: 5000px;
}
#fs_images img {
  margin: 0 6px 0 0;
  filter:alpha(opacity=40);
  -moz-opacity:0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.fs_link {
  position: relative;
  height: 85px;
  float: left;
}
.fs_link a {
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
}
.fs_title {
  position: absolute;
  top: 60px;
  left: 0;
  width: 168px;
  padding: 4px;
  background: url(../images/project.png) no-repeat #595758;
  background-position: 125px 0;
  display: none;
}