
.pro_list {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    font-family: Arial,新細明體;
}

.pro_list_item {
    height: 185px;
    width: 240px;
    display: block;
    text-decoration: none;
    color: white;
    float: left;
    margin: 10px 0 10px 15px;
    position: relative;
    font-family: Arial,新細明體;
}



.pro_list_name {
    text-align: center;
    /*background: #242424;*/
    background: #004071;
    width: 221px;
    height: 30px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
    float: center;
    position: relative;
    z-index: 99;
    font-family: Arial,新細明體;
}


.pro_list_img {
    z-index: 2;
    width: 240px;
    height: 150px;
    background: white;
    text-align: center;
}

    .pro_list_img img {
        margin-top: 6px;
    }


.pro_hover {
    position: absolute;
    width: 228px;
    height: 128px;
    background-image: url(../images/lower_navi_bg.png);
    padding-top: 10px;
    top: 6px;
    left: 6px;
    display: none;
}


.menu_container {
    width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
}


.smaller .iosSlider {
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 784px;
    /*min-height: 600px;*/
    min-height: 820px;
}

    .smaller .iosSlider .slider {
        width: 100%;
        /*	height: 600px;*/
        height: 820px;
    }


        .smaller .iosSlider .slider .slide {
            float: left;
            width: 784px;
            /*height: 600px;*/
            height: 820px;
        }



/* slider container */
.iosSlider {
    /* required */
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 1024px;
    /*	min-height: 650px;*/
    min-height: 820px;
}

    /* slider */
    .iosSlider .slider {
        /* required */
        width: 100%;
        /*height: 650px;*/
        height: 820px;
    }

        /* slide */
        .iosSlider .slider .slide {
            /* required */
            float: left;
            width: 1024px;
            /*	height: 650px;*/
            height: 820px;
            margin: 10px 0 0 0;
        }



.next {
    width: 100px;
    height: 85px;
    position: absolute;
    top: 38%;
    right: 0;
    background: #004071 url(../images/next.png) no-repeat center;
    z-index: 99;
}

.prev {
    width: 100px;
    height: 85px;
    position: absolute;
    top: 38%;
    left: 0;
    background: #004071 url(../images/pre.png) no-repeat center;
    z-index: 99;
}


.unselectable {
    opacity: 0.2;
}



/*------------
smaller menu
-------*/

.smaller .pro_list_item {
    height: 155px;
    width: 180px;
    display: block;
    text-decoration: none;
    color: white;
    float: left;
    margin: 10px 0 10px 15px;
    position: relative;
}

.smaller .pro_hover {
    position: absolute;
    width: 168px;
    height: 98px;
    background-image: url(../images/lower_navi_bg.png);
    padding-top: 10px;
    top: 6px;
    left: 6px;
    display: none;
}

.smaller .plus {
    float: left;
    width: 40px;
    height: 40px;
    margin: 20px 0 0 64px;
}

.smaller .plus_text {
    float: left;
    width: 176px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 15px;
}


.smaller .pro_list_name {
    background: #242424;
    width: 161px;
    height: 30px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 1px;
    float: left;
    position: relative;
    z-index: 99;
}



.smaller .pro_list_img {
    z-index: 2;
    width: 180px;
    height: 120px;
    background: white;
    text-align: center;
}

    .smaller .pro_list_img img {
        height: 108px;
        width: auto;
        margin-top: 6px;
    }


.smaller .menu_container {
    width: 784px;
    margin: 0 auto;
    padding-top: 40px;
}
