#slider {
    width: 235px; /* important to be same as image width */
    height: 275px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float:none;
}

#slider #sliderPhotoFrame
{
	position:absolute; 
	z-index:10; 
	left:0px; 
	top:0px;
}

#sliderContent {
    width: 235px; /* important to be same as image width or wider */
}

.sliderImage {
	display: none;
	background-repeat:no-repeat;
	background-position:center;
	height: 275px;
}

.sliderImage .sliderLink
{
	z-index:15;
	position:absolute;
	top:15px;
	left:15px;
}

.sliderImage .hreffiller
{
	width:205px; 
	height:250px;
	display:block; 
	background-image:url('/images/dot_clear.gif'); 
	cursor:hand;
}

.sliderImage span
{
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 0px 13px 0px;
    width:200px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    text-align:center;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 16px;
    left: 20px;
}
.bottom {
	bottom: 16px;
    left: 20px;
}
ul { list-style-type: none;}