@charset "utf-8";
/* CSS Document */

.jcarousel-tango {
	float: right;
}
.jcarousel-container {
	height: 354px;
	width: 108px;
	position: relative;
	display: block;
	padding-top: 20px;
	padding-right: 28px;
}
.jcarousel-clip {
	height: 332px;
	overflow: hidden;
	width: 108px;
}
ul#jcarousel {
	height: 328px;
	width: 108px;
	background-color: #ffffff;
}
ul#jcarousel li {
	list-style: none;
	width: 106px;
	height: 106px;
	border: 1px solid #888888;
	text-align: center;
	display: table;
	margin: 0px 0px 5px 0px;
	layout-grid-line: 104px; /* IE用 */
	border-collapse: collapse;
	border-spacing: 0px;
}
ul#jcarousel li a {
	display: table-cell;
	vertical-align: middle;
}
ul#jcarousel li img {
	max-width: 96px;
	max-height: 96px;
}
.jcarousel-next {
	display: block;
	position: absolute;
	top: 0px;
	right: 75px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(../img/btn_toparrow.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
.jcarousel-prev {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 75px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(../img/btn_bottomarrow.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}