@charset "utf-8";
/* CSS Document */
@charset "utf-8";
.slideshow2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}
     #myShow1, #myShow2, #myShow3 {
	height:200px;
	width: 267px;

            }
            .slide-show2 {
                position: relative
            }
            .slide-show2 .slide {
	display: none;
	position:absolute;
	left: 15px;
	top: 2px;
            }
            .slide-show2 .slide.first, .slide img {
                display: block
            }
