/** Carousel1 **/
.jcarousel-wrapper{position: relative;}
.jcarousel{position: relative; overflow: hidden; width: 100%;}
.jcarousel ul{width: 20000em; position: relative; list-style: none; margin: 0; padding: 0;}
.jcarousel li{width: 620px; float: left;}
/* .jcarousel img{display: block; max-width: 100%; height: auto !important;} */

.jcarousel-pagination{text-align:center;}
.jcarousel-pagination a{font-size:0; display:inline-block; width:16px; height:16px; background: url('../images/bullet.png') no-repeat 0 0; margin:0 4px;}
.jcarousel-pagination a.active{background-position:0 -16px;}


/** Carousel2**/
.jcarousel-wrapper2 {position: relative; padding:0 60px;}
.jcarousel2 {position: relative; overflow: hidden; width: 100%;}
.jcarousel2 ul {width: 20000em; position: relative; list-style: none; margin: 0; padding: 0;}
.jcarousel2 li {width: 120px; float: left; text-align:center;}
.jcarousel2 img {display: block; max-width: 100%; height: auto !important;}

/** Carousel Controls **/
.jcarousel-control-prev2, .jcarousel-control-next2 {display:block; width:16px; height:16px; position:absolute; top:25px;}
.jcarousel-control-prev2 {left: 0; background: url('../images/prev.png') no-repeat 0 0;}
.jcarousel-control-next2 {right: 0; background: url('../images/next.png') no-repeat 0 0;}