<style>



/*----------------Header slider starts------------------*/
#header{
	width:954px;
	height:340px;
	padding:2px;
	border:1px solid #c8c8c8;
	margin:0 0 11px 0;
	}
#slider {
    width: 954px; /* important to be same as image width */
    height: 920px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0;
	margin:0;
	}
#sliderContent {
    width: 954px; /* important to be same as image width or wider */
    position: absolute;
	padding:0;
	margin:0;
}
.sliderImage {
    float: left;
    position: absolute;
	/*display: none;*/
	
	opacity: 0;
}
.sliderImage span {
    position: absolute;
	font:normal 13px/15px "Century Gothic", Arial, Helvetica, sans-serif;
    padding: 14px 20px 16px 0;
    width: 934px;
    background-color: #000;    
    opacity: 0.7;
    color: #fff;
    display: none;
	text-align:right;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
/*----------------Header slider ends------------------*/


</style>