.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
		border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}


<!--▽右矢印の位置ー-->

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 500px;
}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

<!--▽バナー見えている範囲の位置ー-->

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  940px;
    height: 140px;
		margin-top:10px;
		padding-left:25px;
}


<!--▽バナーの大きさー-->

.jcarousel-skin-tango .jcarousel-item {
    width: 140px;
    height: 140px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 140px;
    cursor: pointer;
    background: transparent url(/design/2gaoe/common/slid_arrow_r.jpg) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal { /top: 10px; }


.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background-image: url(/design/2gaoe/common/slid_arrow_l.jpg);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 140px;
    cursor: pointer;
    background: transparent url(/design/2gaoe/common/slid_arrow_l.jpg) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal { /top: 10px; }


.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background-image: url(/design/2gaoe/common/slid_arrow_r.jpg);
}


img {
	border:none;
}
