@charset "utf-8";
/* CSS Document */
#slideshow1 {
    position:relative;
    height:252px;
	float:right;
	width:252px;
	}
#slideshow1 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}
#slideshow1 IMG.active {
    z-index:10;
    opacity:1.0;
	}
#slideshow1 IMG.last-active {
    z-index:9;
	}
#slideshow2 {
    position:relative;
    height:252px;
	float:right;
	width:252px;
	margin-right:-20px;
	}
#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}
#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
	}
#slideshow2 IMG.last-active {
    z-index:9;
	}
#slideshow3 {
    position:relative;
    height:252px;
	float:right;
	width:252px;
	}
#slideshow3 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}
#slideshow3 IMG.active {
    z-index:10;
    opacity:1.0;
	}
#slideshow3 IMG.last-active {
    z-index:9;
	}
#slideshow4 {
    position:relative;
    height:252px;
	float:right;
	width:252px;
	}
#slideshow4 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}
#slideshow4 IMG.active {
    z-index:10;
    opacity:1.0;
	}
#slideshow4 IMG.last-active {
    z-index:9;
	}
#slideshow5 {
    position:relative;
    height:252px;
	float:left;
	width:252px;
	}
#slideshow5 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}
#slideshow5 IMG.active {
    z-index:10;
    opacity:1.0;
	}
#slideshow5 IMG.last-active {
    z-index:9;
	}