#slider {
    width:715px; /* important to be same as image width */
    height:250px; /* important to be same as image height */
    position:relative; /* important */
	overflow:hidden; /* important */
}
#slider img {
	border:none;
}
#slider a {
	text-decoration:none;
}
#sliderContent {
    width:715px; /* important to be same as image width or wider */
    position:absolute;
	top:0px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.sliderImage {
    float:left;
    position:relative;
	display:none;
}
.sliderImage span {
    position:absolute;
	font:10px Arial, Helvetica, sans-serif;
    padding:10px 13px 15px 13px;
    width:582px;
    background-color:#4CAEED;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
	-khtml-opacity:0.8;
    opacity:0.7;
    color:#000;
    display:none;
}
.sliderImage span strong {
    font-size:12px;
}
.top {
	top:0px;
	left:20px;
}
.bottom {
	bottom:0px;
    left:20px;
}
.left {
	top:0px;
    left:30px;
	width:175px !important;
	height:250px;
}
.right {
	right:30px;
	bottom:0px;
	width:90px !important;
	height:250px;
}