@charset "utf-8";

.wrap {
	width: 900px;
	height: 247px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.wrap-wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.jCarouselLite {
	width: 900px;
	height: 247px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 2;
}
.jCarouselLite ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jCarouselLite ul li {
	margin: 0;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
}
.jCarouselLite ul li a img{
	margin: 0;
	padding: 0;
}
.prev, .next {
	width: 30px;
	margin: 0;
	text-align: center;
	float: left;
	height: 30px;
	position: absolute;
	top: 114px;
	z-index: 3;

    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.prev {
	left: -15px;
}
.next {
	right: -15px;
}
.prev:hover span,
.next:hover span {
    display: block;
}

.wrap_s {
	width: 900px;
	height: 348px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.wrap-wrapper_s {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.jCarouselLite_s {
	width: 900px;
	height: 348px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 4;
}
.jCarouselLite_s ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jCarouselLite_s ul li {
	margin: 0;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}
.wrap-wrapper_s.jCarouselLite ul li a img{
	margin: 0;
	padding: 0;
}
.prev_s, .next_s {
	width: 30px;
	margin: 0;
	text-align: center;
	float: left;
	height: 30px;
	position: absolute;
	top: 140px;
	z-index: 5;
	
	background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}
.prev_s {
	left: -15px;
}
.next_s {
	right: -15px;
}
.prev_s:hover span,
.next_s:hover span {
    display: block;
