﻿body {
    background-color: #FFFFFF;
}

.c9 {
    font-family: "Verdana", "Arial";
    font-size: 8pt;
    line-height: normal;
    color: #000000;
    text-decoration: none;
}

a:hover {
    background-color: #FFFF99;
    color: #FF6600;
    font-family: "Verdana", "Arial";
    text-decoration: underline;
}

#content {
    max-width: 570px;
    margin: 10px;
}

td.ball {
    vertical-align: top;
}

table.Bulletin {
    font-size: small;
}

#myCarousel {
    max-width: 570px;
    position: relative;
}

    #myCarousel img {
        width: 570px;
        height: 113px;
    }

    #myCarousel > ol {
        left:70%;
        left: unset;
        right: -10px;
        bottom: -20px;
        float: right;
        text-align: right;
    }

        #myCarousel > ol > li {
            background-color: unset;
            background-color: transparent;
            border-color: unset;
            border-width: 0px;
            color: #808080;
            font-family: "Verdana", "Arial";
            font-size: 8pt;
            margin-left: 10px;
        }

            #myCarousel > ol > li:hover, #myCarousel > ol > li.active {
                color: #000000;
                border-width: 0px;
                background-color: unset;
                background-color: transparent;
            }
/*bootstrap版本升級css維持舊版輪播需加上此段設定*/
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
.carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}