.slideshow-home  { position: relative; }
    .slideshow-home-nav {
        position: absolute;
        top: 193px; left: 210px;
        width: 75px; height: 20px;
        z-index: 1;
    }
        .slideshow-home-nav a {
            display: block;
            float: left;
            text-align: center;
            margin-left: 5px;
            background-color: #000;
            width: 20px; height: 17px;
            padding-top: 3px;
            font-size: 14px; line-height: 100%; font-weight: bold;
            color: #fff;
        }
            .slideshow-home-nav a.activeSlide { background-color: #0099AE; }
    .slideshow-home-container { position: relative; z-index: 0; overflow: visible;}
        .slideshow-home-container a {
            width: 100%;
            font-size: 20px; line-height: 120%;
            font-weight: bold;
            color: #0099AE;
        }
            .slideshow-home-container a span { display: block; overflow:hidden; }
                .slideshow-home-container a:hover span {
                    border: 3px solid #0099AE;
                    width: 284px; height: 212px;
                }
                    .slideshow-home-container a:hover span img {
                        margin: -3px 0 0 -3px;
                    }

.L2 a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 12px; line-height: 150%;
}
    .L2 a strong { font-size: 14px; line-height: 120%; display: block; color: #0099AE; font-weight: bold; padding-bottom: 5px; }
    .L2 a:first-child { padding-top: 0; }
        .L2 a:first-child strong { font-size: 24px; line-height: 120%; color: #EB114D; }


