

.owl-theme .owl-controls {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        display: inline-block;
        text-indent: -9999px;
        width: 40px;
        height: 40px;
        border-radius: 100em;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        /*display:none;*/ /****************************************************左右箭頭****************************************************/
    }


    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    }

    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        /*display:none;*/ /****************************************************點點控制****************************************************/
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #c1c1c1;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
            background: #232323;
        }

        /* If PaginationNumbers is true */

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-demo .item {
    padding: 5px;
    transition: all 0.4s;
}

    .owl-demo .item:hover {
        background: #c6c6c6;
        transition: all 0.4s;
    }

    .owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
    }

#lightGallery {
    position: relative;
}

.owl-next {
    position: absolute;
    z-index: 1;
    right: -40px;
    background: url(/Content/images/zh-TW/all/newsRight.png) no-repeat #b8b8b8 center;
    transition: all 0.4s;
}

    .owl-next:hover {
        background: url(/Content/images/zh-TW/all/newsRight.png) no-repeat #db3f2f center;
        transition: all 0.4s;
    }

.owl-prev {
    position: absolute;
    z-index: 1;
    left: -40px;
    background: url(/Content/images/zh-TW/all/newsLeft.png) no-repeat #b8b8b8 center;
    transition: all 0.4s;
}

    .owl-prev:hover {
        background: url(/Content/images/zh-TW/all/newsLeft.png) no-repeat #db3f2f center;
        transition: all 0.4s;
    }

.owl-wrapper a {
    text-decoration: none;
    color: #282828;
}

.owl-demo .item {
    line-height: 1.7;
}

.owl-pagination {
    position: absolute;
    bottom: -30px;
    margin-bottom: 0;
    text-align: center;
    margin: 0px auto;
    width: 100%;
}

.owl-buttons {
    bottom: 50%;
    position: absolute;
    width: 100%;
    margin-bottom: 18px;
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

@media screen and (max-width: 500px) {
    .owl-next {
        right: 10px;
    }

    .owl-prev {
        left: 10px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        z-index: 99;
        position: absolute;
        bottom: 50%;
    }

    .owl-buttons {
        bottom: 0;
        position: static;
    }

    .owl-theme .owl-controls {
        position: static;
    }
}
