.jcarousel-skin-port .jcarousel-container{
    position: relative;
	width:920px;
	height:474px;
	overflow:hidden;
}

.jcarousel-skin-port .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	height:100%;
}

.jcarousel-skin-port .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-port .jcarousel-list li,
.jcarousel-skin-port .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 920px;
    height: 474px;
	margin-right:90px;
}
