.jcarousel-skin-news .jcarousel-container-vertical {
    margin: 5px 0 0 0;
    padding: 0;
    width: 380px;
    height: 240px;
    border: none;
	background-color: Transparent;
}
.jcarousel-skin-news .jcarousel-clip-vertical {
    top: 10px;
    margin: 0;
	width: 380px;
    height: 220px;
    z-index: 20;
    background: url('backlists.png') repeat-y;
}
.jcarousel-skin-news .jcarousel-item-vertical {
    margin: 0;
    padding: 5px 3px 0 3px;
    width: 380px;
    height: 38px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1em;
}
.jcarousel-skin-news .jcarousel-item-placeholder {
    color: #000;
}
.jcarousel-skin-news a:link,
.jcarousel-skin-news a:visited {
	color: #FFF;
	text-decoration: none;
}
.jcarousel-skin-news a:hover,
.jcarousel-skin-news a:active {
	color: #000;
	text-decoration: none;
}
.jcarousel-skin-news .news-date {
	font-weight: bold;
}
.news-content p {
	margin: 0 0 7px 0;
	padding: 0;
}
.jcarousel-skin-news .news-link {
	font-weight: bold;
}
/* Buttons */
.jcarousel-skin-news .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 380px;
    height: 10px;
    cursor: pointer;
    border: none;
    background: #000 url(../images/arrow-down.gif) no-repeat center;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
.jcarousel-skin-news .jcarousel-next-vertical:hover {
    background: #000 url(../images/arrow-down-pink.gif) no-repeat center;
}
.jcarousel-skin-news .jcarousel-next-disabled-vertical {
    cursor: pointer;
}
.jcarousel-skin-news .jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 10px;
    cursor: pointer;
    border: none;
    background: #000 url(../images/arrow-up.gif) no-repeat center;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
.jcarousel-skin-news .jcarousel-prev-vertical:hover {
    background: #000 url(../images/arrow-up-pink.gif) no-repeat center;
}
.jcarousel-skin-news .jcarousel-prev-disabled-vertical {
    cursor: pointer;
}
.bt-active {
	width: 380px;
	background-color: #FFF;
	color: #000;
	cursor: pointer;
	opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
}
.bt-content {
	font-size: 0.88em;
}
.news-content {
	font-size: 12px;
	line-height: 1em;
}
.news-content p {
	padding: 0;
	margin: 0;
}