#carousel-wrapper, #carousel-wrapper-2 {
    width: 602px;
    height: 300px;
    overflow: hidden;
}
#carousel-content, #carousel-content-2 {
    width: 2500px;
}
#carousel-content .slide, .slide-2 {
    float: left;
    width: 602px;
    height: 300px;
}
#carousel-content .slideText, #carousel-content-2 .slideText-2 {
	margin-top:-115px;
	padding:10px;
    width: 175px;
    height: 115px;
	background: #000;
	opacity: 0.50;
	-moz-opacity: 0.50; /* older Gecko-based browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50); /* For IE6&7 */
}
#carousel-content .slideTitle a, #carousel-content-2 .slideTitle a {
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#carousel-content .slideTitle a:hover, #carousel-content-2 .slideTitle a:hover {
	text-decoration:underline;
}
