#slider {
    width:242px; /* important to be same as image width */
    height:100px; /* important to be same as image height */
    position:relative; /* important */
	overflow:hidden; /* important */
	padding:5px;
	margin-bottom:15px;
	background-color:#827f75;
	border:solid 1px #000;
	position:relative;
}
#slider img {
	border:none;
}
#slider a {
	text-decoration:none;
}
#sliderContent {
    width:242px; /* important to be same as image width or wider */
	height:100px;
    position:absolute;
	top:5px;
	list-style:none;
	margin:0px;
	padding:0px;
}
.sliderImage {
    float:left;
    position:relative;
	display:none;
	width:242px; /* important to be same as image width or wider */
	height:100px;
}
.sliderImage span {
	visibility:hidden;
	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:100px;
}
.right {
	right:30px;
	bottom:0px;
	width:90px !important;
	height:100px;
}
