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

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

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

.jcarousel-clip-vertical {
    width:  272px;
    height: 363px;

}

.jcarousel-item {
    width: 272px;
    height: 60px;
    overflow: hidden;
	position: relative;
	display: block;
	background-image:url(../images/newsnav.png);
	background-position: top;
	background-position-y: 0px;
	background-repeat: no-repeat;
	z-index: 1;
}

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

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


#newslist ul li a {
	display: block;
	height:30px;
	padding:10px;
	padding-top:20px;
	padding-left:70px;
	color: #000000;
	text-decoration: none;
	outline: 0;
	font-size: 1.6em;
}

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

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

#newslist-next:hover {
    background: transparent url(../images/down2.png);
    background-repeat: no-repeat;
    height: 29px;
    background-position: bottom;
}

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

#newslist-prev:hover {
    background: transparent url(../images/up2.png);
    background-repeat: no-repeat;
   	background-position: top;
}

