/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-skin-services .jcarousel-container {
	width:auto;
	height:320px;
}

.jcarousel-skin-services .jcarousel-clip {
	height:100%;
	width:750px;
}

.jcarousel-skin-services .jcarousel-list li,
.jcarousel-skin-services .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 750px;
    height: 100%;
	margin-right:90px;
}
