/* CSS Document */
body {
	margin: 0;
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px; /* line spacing (all of doc) */
	text-align:left;
}

#carousel {
	width: 8000px;
}

#carousel ul {
	list-style:none;
	width: 8000px;
	margin: 0;
	padding: 0;
	position: relative;
}

#carousel li {
	display: inline;
	float: left;
}

.s3sliderImage span {
	position: absolute;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 10px; /* 10px top/ bottom and 10 either side */
	color:#fff; /* text colour */
	background-color:#000;
	width: 600px; /* 620 minus the padding above of 10 either side */
	display: none;
}
