#carousel-wrapper {
  width: 570px; height: 220px;
    overflow: hidden; 
	position:relative
}
#carousel-content {
    width: 35000px;
	 position: absolute;
	 height: 220px;
}
#carousel-content .slide {
    float: left;
height: 217px; width: 570px;
}

.transparent_class {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}