/**
 * 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: 0px;
    margin: 0px;
    overflow: hidden;
	height:85px;
	width:449px;
	position:relative;
}

.jcarousel-list {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
	list-style:none;
}

.jcarousel-item {
    list-style: none;
    padding: 0px;
}
