#imageSlider {
    width:650px;
    height:325px;
    overflow: hidden;
    position:relative;
    list-style: none outside none;
    padding:0;
    margin:0;
}
#imageSlider li {
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;
}
#imageSlider li:first-child {
    display:block;
}

.imageSlider {

	width: 650px;
	height: 325px;
}

.imageCaption {

	width: 100%;
	height: 30px;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	background-color: #FFF;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}

 
 
