.modCarousel{position:relative;}
.modCarousel .yjCarousel{
	width:320px;
	height:135px;
	margin: 0 auto;
	overflow:hidden;
}
.modCarousel .yjCarousel .yjCarousel_slidesWrap .yjCarousel_slide{
	display:block;
	width:320px;
	height:135px;
	float:left;
}
.modCarousel .yjCarousel .yjCarousel_slidesWrap .yjCarousel_slide img{ margin:0;}
.modCarousel .yjCarousel .yjCarousel_pagination{
	position:absolute;
	right:0;
	z-index:1;
	margin:13px 6px 0 16px;
	padding:0;
}
.modCarousel .yjCarousel .yjCarousel_pagination li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.modCarousel .yjCarousel .yjCarousel_pagination li a{
	display:block;
	background:#666;
	width:12px;	height:12px;
	text-indent:-9999px; overflow:hidden;
	outline:none;
-webkit-border-radius:6px;
   -moz-border-radius:6px;
        border-radius:6px;
-webkit-box-shadow:0px 0px 0px 3px rgba(255,255,255,0.8) ;
   -moz-box-shadow:0px 0px 0px 3px rgba(255,255,255,0.8) ;
        box-shadow:0px 0px 0px 3px rgba(255,255,255,0.8) ;
}
.modCarousel .yjCarousel .yjCarousel_pagination li.yjCarousel_current a{
	background:#f39700;
	cursor:default;
}
.modCarousel .yjCarousel .yjCarousel_arrow{ margin:0; padding:0;}
.modCarousel .yjCarousel .yjCarousel_arrow .yjCarousel_prev,
.modCarousel .yjCarousel .yjCarousel_arrow .yjCarousel_next{
	position:absolute;
	top:36%;
	z-index:1;
	padding:0;
	opacity:0.7;
}


.modCarousel .yjCarousel .yjCarousel_arrow .yjCarousel_prev{left:0;	margin-left:5px;}
.modCarousel .yjCarousel .yjCarousel_arrow .yjCarousel_next{right:0; margin-right:5px;}
.modCarousel .yjCarousel .yjCarousel_arrow li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.modCarousel .yjCarousel .yjCarousel_arrow li a{
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px; overflow:hidden;
	outline:none;
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
}
.modCarousel .yjCarousel .yjCarousel_arrow .yjCarousel_prev a{
	background:#848173 url(https://s.yimg.jp/images/payment/guide/sp_icon_navSlideL.png) center no-repeat;
	background-size:8px 12px; -moz-background-size:8px 12px; 
}
.modCarousel .yjCarousel .yjCarousel_arrow .yjCarousel_next a{
	background:#848173 url(https://s.yimg.jp/images/payment/guide/sp_icon_navSlideR.png) center no-repeat;
	background-size:8px 12px; -moz-background-size:8px 12px; 
}
.modCarousel .yjCarousel .yjCarousel_arrow .yjCarousel_prev_inactive a,
.modCarousel .yjCarousel .yjCarousel_arrow .yjCarousel_next_inactive a{
	cursor:default;background-image:none; background-color:transparent;}
