@charset "utf-8";

#slider {
	width: 500px; 
	height: 300px;
	position: relative;
	overflow: hidden; 
	margin-bottom:30px;
}

#sliderContent {
	width: 500px; 
	position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
float: left;
position: relative;
display: none;
}

.sliderImage span {
	position: absolute;
	width: 180px;
	padding:30px 10px;
	background-color: #000;
	/*文法エラーが出るため*/
	/*filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
	color: #fff;
	display: none;
	line-height:1.6em;
}

#slider #sliderContent li span img{
	margin-top:30px;
}

.clear {
	clear: both;
}

#slider ul { 
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#slider li{
	background-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
    left: 0;
}

.left {
	top: 0;
    left: 0;
	width: 200px;
	height: 300px;
}

.right {
	right: 0;
	top: 0;
	width: 200px;
	height: 300px;
}

.inner{
	padding:0px;
}
