div.slidertop {
    width: 940px; /* important to be same as image width */
    height:181px;
	vertical-align:middle;
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0px;float:right;
}
ul.slidertopContent {
	position: absolute;width: 940px; /* important to be same as image width or wider */
	list-style-type:none;margin:0px;padding:0;
	text-align:center;height:105px;
	#margin-left:-470px;
}
li.slidertopImage {
    position: relative;
	display: none;text-align:center;
}
li.slidertopImage img{width:940px;height:181px;}
li.slidertopImage span { /*Cap tion*/
    position: absolute;
    padding: 5px 5px;
    width: 260px;
    display: none;
}
li.slidertopImage span strong {
    font-size: 14px;
}
span.top {
	top: 0;
	left: 0;
}
span.bottom {
	bottom: -20px;
    left: -10px;
    _bottom: -45px;
}
