#mycarousel ul{
	list-style:none;
	padding:0px;
}

/**
 * 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:30px;
	width:630px;
	position:relative;
}

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

.jcarousel-item {
    list-style: none;
    padding: 0;
	margin:0px;
    width: 630px;
	height:30px;
}

