/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "news-latest-container".
 */
.news-latest-container {
	overflow: hidden;
	position: relative;
}
.news-latest-prev {
	width: 30px;
	height: 30px;
    float: right;
	margin-top:-40px;
}
.news-latest-next {
	width: 30px;
	height: 30px;
    float: right;
	padding-left:15px;
	margin-top:-40px;
	padding-bottom:11px;
	padding-right:15px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
	list-style-type: none;
	width: 820px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	overflow: hidden;
    float: left;
    list-style: none;
    width: 297px;
    height: 325px;
}

/**
 * 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;
}

