

@charset "UTF-8";
/* CSS Document */
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 240px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
	width: 240px;
	height: 470px;
	padding: 0px;
	margin-top: 26px;
	margin-bottom: 26px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 240px;
	height: 70px;
	padding-bottom: 10px;
}


.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: -26px;
    left: 106px;
    width: 30px;
    height: 14px;
    cursor: pointer;
    background: transparent url(../../../images/top/btn_next.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    bottom: -26px;
    left: 106px;
    width: 30px;
    height: 14px;
    cursor: pointer;
    background: transparent url(../../../images/top/btn_prev.gif) no-repeat 0 0;
}

* html .jcarousel-skin-tango .jcarousel-prev-vertical{
	    bottom: 26px;
}

*:first-child+html  .jcarousel-skin-tango .jcarousel-prev-vertical{
	    bottom: 0px;
}



#mycarousel ul,#mycarousel li{
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mycarousel li{
	padding-bottom:10px;}

#mycarousel img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}