﻿#slider {
    width: 870px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider ul
{
padding:0;
margin:0;
}

#sliderContent {
    width: 870px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage a {
    text-decoration: none;
}
.sliderImage span {
    position: absolute;
    left: 0;
    bottom:0;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 10px 0 10px;
    width: 850px;
    /*background: Gray;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;*/
    color: White;
    display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.bottom h2 {
	margin: 10px 0 10px 0;
	color:White;
	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
}