/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 228px;
    /*height: 75px;*/
	}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-container .news {
	width: 228px;
	color:#2c343b;
	font-size:11px;
	line-height:15px;
	}
	.news a.linkCross,
	.news a:hover.linkCross{
		background:url(../../../images/link_cross.png) 5px 0 no-repeat;
		color:#b5152b;
		padding: 0 0 0 13px;
		}
	p.date {
		background-color:#99a3aa;
		padding: 1px 5px 1px 5px;
		color:#fff;
		font-size:11px;
		line-height:20px;
		}
			
.jcarousel-container p.headline {
	color:#b5152b;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	padding:3px 0 2px 0;
	}
	.headline a {
		font-size:11px;
		line-height:16px;
		color:#b5152b;
		text-decoration:none;
		}
	.headline a:hover {
		text-decoration:underline;
		}
