#intro{
width: 980px;
height: 440px;
margin-top: 20px;
margin-right: 0px;
position: relative;
background-repeat: no repeat;
}


#slider {
    width: 980px; /* important to be same as image width */
    height: 440px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 980px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 30px 33px;
    width: 384px;
    background-color: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #333;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
	color:#336699;
}
.top {
	top: 0;
	right: 0;
}
.bottom {
	bottom: 0;
    right: 0;
}
ul { list-style-type: none;}
</style>