.jcarousel-container {
    float:left;
    display: block;
    position: relative;
	margin:0;
	padding:0;
}

.scroll {
	height:30px;
	display: block;
}

.jcarousel-container-vertical {
    width:  272px;
    height: 538px;
    
}

.jcarousel-clip-vertical {
    width:  272px;
    height: 508px;

}

.jcarousel-item {
    overflow: hidden;
	position: relative;
	display: block;
	background-image:url("newsnav.png");
	background-position: top;
	background-repeat: no-repeat;
	z-index: 1;
}

#newslist {
}
#newslist ul li a.current {
}


#newslist ul li a {
	display: block;
	text-decoration: none;
	outline: 0;
}

#newslist ul li a:hover {
	text-decoration: none;
}

#newslist-next {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: bottom;
    text-indent: -9999px;
    font-size: 0;
    outline: 0;
}

#newslist-next:hover {
    background: url(../images/arrow-down-h.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: bottom;
}

#newslist-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-indent: -9999px;
    font-size: 0;
    background: url(../images/arrow-up.png);
    background-repeat: no-repeat;
    background-position: top;
    outline: 0;
}

#newslist-prev:hover {
    background: url(../images/arrow-up-h.png);
    background-repeat: no-repeat;
   background-position: top;
}
