#slider1 {
	width: 960px; /* important to be same as image width */
	height: 461px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden;
}

#slider1Content {
	width: 960px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0px; /* important */
	margin: 0;
	padding: 0px;
}

.slider1Image {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	margin: 0px;
	padding: 0px;
	left: 0px;
}

.slider1Image span {
	position: absolute; /* important */
	left: 670px;
	font: 13px/16px Arial, Helvetica, sans-serif;
	width: 290px;
	color: #333333;
	display: none; /* important */
	bottom: 0;
	height: 325px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.slider1Image span strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ca6330;
	padding-top: 5px;
	display: block;
}

.clear {
   clear: both;
} 
