@charset "utf-8";
/* CSS Document */

#slider {
    width: 270px; /* important to be same as image width */
    height: 470px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}



.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 231px !important;
	height: 470px;
}
.right {
	right: 0;
	bottom: 0;
	width: 231px !important;
	height: 470px;
}