.jcarousel-container {
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
	margin-left:0px;
	margin-bottom:-160px;
	height: 100px;
	width: 300px;
	position: relative;
	top: 120px;
	left:0px;
	/*
	right:0px;
	bottom:0px;
	*/
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	/* position: absolute; */
	position:relative;
	left: -50px;
	width: 300px;	/* 273? */
}
.jcarousel-list {
	z-index: 1;
	height: 92px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0px;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	width: 86px;
	height: 86px;
	cursor: pointer;
	margin: 0px 5px 0px 5px; 
	border-style:solid;
	border-width:2px;
	border-color:#444447;
}
