#slider {
  width: 470px; /* important to be same as image width */
  height: 313px; /* important to be same as image height */
  position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
  width: 470px; /* important to be same as image width or wider */
  position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
  float: left;
  position: relative;
	display: none;
}
.sliderImage span {
  position: absolute;
	font: 14px/18px Arial, Helvetica, sans-serif;
  padding: 20px 13px;
  width: 448px;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #FFFFFF;
  display: none;
}
.clear {
  clear: both;
}
.sliderImage span strong {
  font-size: 20px;
  line-height: 24px;
  color: #FDE3E1;
}
.s3top {
  top: 0;
  left: 0;
}
.s3bottom {
  bottom: 0;
  left: 0;
}
.s3left {
  top: 0;
  left: 0;
  width: 150px !important;
  height: 313px;
}
.s3right {
  right: 0;
  bottom: 0;
  top: 0;
  width: 150px !important;
  height: 313px;
}
ul {
  list-style-type: none;
  padding:0;
  margin:0;
}