/** Slider **/
#slider
{
    width: 960px; /* important to be same as image width */
    height: 480px; /* important to be same as image height */
    position: absolute;/* important */
    left: 0px;
    top: 158px;
	overflow: hidden; /* important */
	float:right;
	padding:0px;
	margin:0px;
	padding-bottom: 30px;
}
#sliderContent
{
    width: 960px; /* important to be same as image width or wider */
    height: 480px;
    position: absolute;
	top: 0;
	left:0;
	margin: 0;
	padding: 0;
}
.sliderImage
{
    float: left;
    position: relative;
	display: none;
	padding: 0px;
}
.sliderImage span
{
	display: none;
    position: absolute;
    bottom:-50px;
    left:0px;
    width: 960px;
    height:40px;
    color: #fff;
   	margin-bottom: 4px;
    z-index: 10;
    text-align: right;
}