#slider {
	background-image: url(/images/UnderS.gif);
    width: 360px; /* important to be same as image width */
    height: 257px; /* important to be same as image height */
	margin: -7px 0px 5px -11px;
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider li {
	margin: 0;
	background: none;
	padding: 0;
	list-style-type: none;
	line-height: 15px;
}
#sliderContent {
    width: 360px; /* important to be same as image width or wider */
    position: absolute;
	top: 13px;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 14px/100% Georgia, "Times New Roman", Times, serif;
	/* text-transform: capitalize; */
    padding: 4px 10px 6px 10px;
    width: 360px;
    background-color: #313131;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.bottom {
	bottom: 3px;
    left: 0;
}
#sliderBig {
	background-image: url(/images/UnderB.png);
	width: 725px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	margin: 3px 1px 10px -10px;
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderBigContent {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 1px;
	margin-left: -18px;
}
.sliderBigImage {
    float: left;
    position: relative;
	display: none;
}
.sliderBigImage span {
    position: absolute;
	font: 14px/100% Georgia, "Times New Roman", Times, serif;
	/* text-transform: capitalize; */
	line-height: 18px;
	top: 0;
    left: 15px;
	width: 120px !important;
	height: 300px;
	padding: 4px 6px 6px 7px;
    background-color: #313131;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderBigImage span strong {
    font-size: 14px;
}
ul { list-style-type: none;}
