.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	height: 335px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    list-style: none;
    height: 60px;
	background: url(../img/text.png);
	padding: 8px 20px 8px 6px;
	margin-bottom: 10px;
	color: #fff;
font-size:10px;
overflow:hidden;
	cursor: pointer;
}

.jcarousel-list .select {
	background: #fff;
	color: #000;
}

.jcarousel-item img {
	float: left;
	margin-right: 10px;
}

.jcarousel-item .title {
font-size:12px;
	margin-right: -20px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-clip-vertical {
/*padding: 33px 0 0;*/
top: 33px;
margin: 0 0 33px;
}

.jcarousel-prev-vertical {
	position: absolute;
	left: 103px;
	top: 9px;
	width: 25px;
	height: 14px;
	background: url(../img/top.png) no-repeat;
	cursor: pointer;
}

.jcarousel-next-vertical {
	position: absolute;
	left: 103px;
	bottom: 9px;
	width: 25px;
	height: 13px;
	background: url(../img/bottom.png) no-repeat;
	cursor: pointer;
bottom: -24px;
}

