.news_scroll {
	float:left;
	width:560px;
}

.jcarousel-skin-scroller .jcarousel-container-horizontal {
    width: 560px;
}

.jcarousel-skin-scroller .jcarousel-clip-horizontal {
    width: 560px;
    height: 29px;
}

.jcarousel-skin-scroller .jcarousel-item {
    width: 560px;
    height: 27px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1f8864;
	font-size:18px;
	padding:2px 0 0 0;
}

.jcarousel-skin-scroller .jcarousel-item a {
	color:#1f8864;
}

.jcarousel-skin-scroller .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-scroller .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/*
.jcarousel-skin-scroller .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-scroller .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-scroller .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-scroller .jcarousel-next-disabled-horizontal,
.jcarousel-skin-scroller .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-scroller .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-scroller .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-scroller .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-scroller .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-scroller .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-scroller .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-scroller .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-scroller .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-scroller .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-scroller .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-scroller .jcarousel-next-disabled-vertical,
.jcarousel-skin-scroller .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-scroller .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-scroller .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-scroller .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-scroller .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-scroller .jcarousel-prev-disabled-vertical,
.jcarousel-skin-scroller .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-scroller .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

*/

