#slider {
    width: 620px; /* important to be same as image width */
    height: 331px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
    background: url(../images/sliderbg.png) no-repeat;
    float: left;
    padding: 14px;
    margin: 0px 0 17px 10px;
    z-index: 2;
}
#sliderContent {
    width: 620px; /* important to be same as image width or wider */
    overflow: hidden;
    height: 331px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px;
    width: 610px;
    padding: 5px;
    height: 75px;
    background-color: #000;
    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: #fff;
    text-transform:uppercase;
    font-size: 17px;
}
.clear {
	clear: both;
}
#slider img {
    padding: 0;
    margin: 0;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom:0px;
    left: 0px;
}
.bottom p {
  padding: 7px 0 0;
}