#ts4c {
	padding-left: 84px;
}
dl, dt, dd, ol, ul, li {
	padding: 0 0 0 0px;
	margin: 0;
}
#s3slider {
	width: 410px; /* important to be same as image width */
	height: 150px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 1px solid #cccccc;
}
#s3sliderContent {
	width: 410px;
	position: absolute;
	top: 0;
	margin-left: 0;
}
.s3sliderImage {
	float: left;
	position: relative;
	display: none;
}
.s3sliderImage span {
	position: absolute;
	padding: 10px 13px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 18px;
/*
	background-image: url(../images/transparent.png);
	background-color: #555;
	filter: alpha(opacity=8);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
*/
	color: #fff;
	display: none;
}
.s3sliderImage span a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
}

.clear {
	clear: both;
}
.s3sliderImage span strong {
	font-size: 20px;
}
.top {
	top: 0;
	left: 0;
	width: 0 !important;
}
.bottom {
	bottom: 0;
	left: 0;
	width: 0 !important;
}
.left {
	top: 0;
	left: 0;
	width: 0px !important;
	height: 0px;
}
.right {
	right: 0;
	top: 0;
	width: 0px !important;
	height: 0px;
	text-align: left;
}
