@import url("jquery/horizontaal.css");
@import url("jquery/verticaal.css");

.jcarousel-container {
    position: relative;
	float: left;
}

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

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
	float: left;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    width: 77px;
    height: 55px;
	margin-right: 10px;
	overflow: hidden;
}

.jcarousel-item {
    width: 77px;
    height: 55px;
	position: relative;
	float: left;
}

.jcarousel-list li.nomargin {
	margin-right: 0px;
}

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