#slider{
	width: 700px;
	height: 200px;
	background: #fff;
	/*border: 1px solid #777;*/
	float: left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 20px;
	text-align: center;
    overflow: hidden;
}

#slider img{
    border: none;
}


#sliderContent{
    top: 0; /* important */
    margin-left: 0; /* important */
}

.sliderImage{
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
}

.sliderImage span {
    position: absolute; /* important */
    left: 0;
    font: 12px Arial, Helvetica, sans-serif;
    padding-bottom: 12px;
    padding-top: 8px;
    width: 700px;
    background-color: #000;
    filter: alpha(opacity=80); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
    color: #ff3;
    display: none; /* important */
    bottom: 0;
}

.clear {
    clear: both;
}
