#slider {
    width: 594px; /* important to be same as image width */
    height: 265px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
    background: #e6e2af;
    border: 1px solid #a7a37e;
    float: left;
    padding: 8px;
    margin: 0px 0 25px 0;
    z-index: 2;
}
#sliderContent {
    width: 594px; /* important to be same as image width or wider */
    overflow: hidden;
    height: 265px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px;
    width: 600px;
    padding: 10px 5px 0;
    height: 75px;
    background-color: #002f2f;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#slider h2 a, #slider h2 a:visited {
    color: #E6E2AF;
    text-transform:uppercase;
    font-size: 18px;
}
.clear {
	clear: both;
}
#slider img {
    padding: 0;
    margin: 0;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom:2px;
    left: 0px;
}
.bottom p {
  padding: 7px 0 0;
}