#homeSlider {
   width: 605px; /* important to be same as image width */
   height: 288px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border:1px solid #8a774f;
   float:left;
   margin:0 20px 0 0;
}

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

.homeSliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.homeSliderImage a img { border:none;}

.homeSliderImage span {
	position: absolute; /* important */
	left: 0;
	display: none; /* important */
	bottom: 0;
	font: 0.7em/1.4em Arial, Helvetica, sans-serif;
	padding: 20px 13px;
	width: 579px;
	background:url(../images/homeSlider-caption-bg.png) left top repeat transparent;
	color: #fff;
   /*
       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
   */
}
.homeSliderImage span a { color:#fff; text-decoration:none; display:block;}
.homeSliderImage span:hover { background-image:url(../images/homeSlider-caption-bg-hover.png);}
.homeSliderImage strong { font-size:2em; color:#fff; font-weight:normal;}