﻿.jcarousel {
    position: relative;
    overflow: hidden;
    top:84px;
    /*padding-top:84px;*/
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width:1600px;
}
.jcarousel-pagination {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.jcarousel-control-next {
    position: absolute;
    top: 120px;
    width: 65px;
    height: 123px;
    text-align: center;
    background-image: url(/images/arrow-r.png);
}
.jcarousel-control-prev {
    position: absolute;
    top: 120px;
    width: 65px;
    height: 123px;
    text-align: center;
    background-image: url(/images/arrow-l.png);
}
.jcarousel-control-prev {
    left: 65px;
}

.jcarousel-control-next {
    right: 65px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 15px;
    left: 43%;
    margin: 0;
    width:300px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 0px;
    height: 15px;
    width: 15px;
    line-height: 15px;

    /*background: #82c0e5;*/
    color: #4E443C;
    

    margin-right: 17px;
	background-image: url(/images/page2.png);
	background-repeat: repeat-x;
	
  
}

.jcarousel-pagination a.active {
    /*background: #FFFFFF;*/
    color: #fff;
    
    background-image: url(/images/page-1.png);
	background-repeat: repeat-x;
}
@media screen and (max-width: 710px) { /*手機版*/
    .jcarousel-pagination {
        left: 12%;
    }
    .jcarousel-control-prev {
        background-image: url(/images/00_banner_arrow_15_24_15_48@2x.png);
        background-position: 0px -192px;
        background-repeat:no-repeat;
        display:inline-block;
        width:30px;
        height:48px;
        left: 24px;
        top: 90px;
    }
    .jcarousel-control-next {
        background-image: url(/images/00_banner_arrow_15_24_15_48@2x.png);
        background-position: 0px 0px;
        background-repeat:no-repeat;
        display:inline-block;
        width:30px;
        height:48px;
        right: 24px;
        top: 90px;
    }
}

