.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.jcarousel-features .jcarousel-list li,
.jcarousel-features .jcarousel-item {
	position: relative;
	float: left;
	list-style: none;
	width: 600px;  /* adjusts the height and width of the image panels */
	height: 345px;
}

.jcarousel-features .jcarousel-container {
	
}

.jcarousel-features .jcarousel-container-horizontal {
	width: 940px;
}

.jcarousel-features .jcarousel-clip-horizontal {
	position: absolute;
	top: 10px;
	left: 330px;
	width: 600px; /* adjusts the clip width of the image panels */
	height: 344px;
}

.jcarousel-features .jcarousel-item {
	width: 600px;
	height: 343px;
}

.jcarousel-features .jcarousel-item-placeholder {
	color: #000;
}

