.jcarousel-container {
    float:left;
    display: block;
    position: relative;
	margin:0;
	padding:0;
}

.scroll {
	height:30px;
	display: block;
}

.jcarousel-container-vertical {
    width:  270px;
    height: 390px;
    
}

.jcarousel-clip-vertical {
    width:  270px;
    height: 360px;
    background-image:url(../imagenes/transbg.png);
}

.jcarousel-item {
    width: 270px;
    height: 60px;
    overflow: hidden;
	position: relative;
	display: block;
	background-image:url(../imagenes/tab.png);
	background-position: top;
	background-position-y: 0px;
	background-repeat: no-repeat;
}

#newslist {
	width:  270px;
    float:left;
}

#newslist ul li a.current {
	color:#FFF;
}


#newslist ul li a {
	display: block;
	height:35px;
	padding:10px;
	padding-top:20px;
	padding-left:70px;
	color:#8B8A88;
	text-decoration: none;
	outline: 0;
	font-size: 16px;
}

#newslist ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

#newslist-next {
    position: absolute;
    width: 270px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../imagenes/bottom.png);
    background-repeat: no-repeat;
    background-position: top;
    text-indent: -9999px;
    font-size: 0;
    outline: 0;
}

#newslist-next:hover {
    background: transparent url(../imagenes/bottom.png);
    background-repeat: no-repeat;
    background-position: 0 -34px;
}

#newslist-prev {
    position: absolute;
    width: 270px;
    height: 30px;
    cursor: pointer;
    text-indent: -9999px;
    font-size: 0;
    background: transparent url(../imagenes/up.png);
    background-repeat: no-repeat;
    background-position: top;
    outline: 0;
}

#newslist-prev:hover {
    background: transparent url(../imagenes/up.png);
    background-repeat: no-repeat;
    background-position: 0 -32px;
}
