@charset "utf-8";
/* CSS Document */

#slider01 { margin:0 0px 0 0; }
#slider01, #slider02 {
	width: 677px; /* important to be same as image width */
	height: 302px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
}
#slider01Content, #slider02Content {
	width: 677px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin: 0;
}
.slider01Image, .slider02Image {
	float: left;
	position: relative;
	display: none;
}
.slider01Image span, .slider02Image span {
    position: absolute;
    padding: 10px 13px 15px 13px;
    width: 677px;
    background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}


.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
#slider01 ul, #slider02 ul { list-style-type: none; margin:0; padding:0;}

