#slider {
    width: 374px; /* important to be same as image width */
    height: 176px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 374px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0;
	left: 0px;
}
#slider ul, #slider li {
	margin: 0px;
	padding: 0px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	width: 374px;
	background-color: #000;
	filter: alpha(opacity=50);

    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	display: none;
	font-family: "メイリオ",Meiryo, "ＭＳ Ｐゴシック";
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

.sliderImage span strong {
	font-size: 14px;
	font-family: "メイリオ",Meiryo, "ＭＳ Ｐゴシック";
	line-height: 160%;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: none;
}
