@charset "utf-8";
/* CSS Document */

#slider01, #slider02 {
	width: 169px; /* important to be same as image width */
	height: 169px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#slider01Content, #slider02Content {
	width: 169px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider01Image, .slider02Image {
	float: left;
	position: relative;
	display: none;
}
.slider01Image span, .slider02Image span {
	display:none;
}
.clear {
	clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { list-style-type: none;}

