﻿.introduction-board {
    background-image: url(/Content/Areas/Common/body_bg.gif);
    padding-bottom: 80px;
}

.introduction-slide {
    margin: 60px auto;
    text-align: center;
}

    .introduction-slide .active img {
        outline: 4px solid #f15b5b;
    }

    .introduction-slide > div {
        display: inline-block;
        margin: 0 2px;
        cursor: pointer;
    }

    .introduction-slide p {
        font-size: 11px;
        margin-top: 18px;
    }


    .l-btn-request:hover, l-btn-request:focus {
        background-color: #f15b5b !important;
        color: white;
    }
   

 #floatingTop {

        position:absolute; _position:absolute; left:50%; top:250px;margin-left: 495px;
        z-index: 1000;
    }



/** photo_gallery
===================================*/

    .photo_gallery {
        position: relative;
        width: 860px;
    }

    .photo_gallery p.photo_img {
            width: 856px;
            height: 447px;
            border: 2px solid #CFC1C0;
        }

            .photo_gallery p.photo_img img {
                width: 856px;
                height: 447px;
            }

        .photo_gallery .photo_list {
            width: 856px;
            overflow: hidden;
        }

            .photo_gallery .photo_list .list_wrap ul {
                width: 860px;
                list-style: none;
                padding: 0px;
                margin: 0px;
                float: left;
            }

                .photo_gallery .photo_list .list_wrap ul li {
                    float: left;
                    width: 860px;
                    line-height: 0;
                }

                    .photo_gallery .photo_list .list_wrap ul li a img {
                        width: 860px;
                        height: 600px;
                        vertical-align: middle;
                        border: 2px solid #CFC1C0;
                    }

                    .photo_gallery .photo_list .list_wrap ul li.active a img {
                        border: 2px solid #DE3838;
                    }

        .photo_gallery button {
            position: absolute;
            bottom: 300px;
            cursor: pointer;
        }

            .photo_gallery button.btn_prev {
                left: 15px;
                text-indent: -9999px;
                overflow: hidden;
                display: block;
                width: 54px;
                height: 54px;
                margin-bottom:-30px;
                border: 0px;
                padding: 0px;
                outline:0px;
                text-decoration:none;
                background: url(/Content/Areas/Center/Introduction/center_arrow_left.png) no-repeat left top;
                
            }

            .photo_gallery button.btn_next {
                right: 25px;
                text-indent: -9999px;
                overflow: hidden;
                display: block;
                width: 54px;
                height: 54px;
                margin-bottom:-30px;
                text-decoration:none;
                border: 0px;
                padding: 0px;
                outline:0px;
                background: url(/Content/Areas/Center/Introduction/center_arrow_right.png) no-repeat left top;
            }