.jcarousel-container {
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
	margin-left:0px;
	margin-bottom:-160px;
	height: 180px;
	width: 615px;
	position: relative;
	top: -180px;
	left:0px;
	right:0px;
	bottom:0px;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	/* position: absolute; */
	position:relative;
	top: -40px;
	left: 35px;
	width: 535px;	/* 273? */
}
.jcarousel-list {
	z-index: 1;
	height: 161px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	width: 156px;
	height: 156px;
	cursor: pointer;
	margin: 0px 10px 0px 10px; 
	border-style:solid;
	border-width:3px;
	border-color:#444447;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
	width: 25px;
	height:25px;
	background: url(http://www.carlawrightgallery.com/images/back.png) no-repeat;
	/* position: absolute;  */
	position:relative;
	left:0px;
	top: 85px;
	cursor: pointer;
}
.jcarousel-next {
	z-index: 3;
	display: none;
	width: 25px;
	height:25px;
	background: url(http://www.carlawrightgallery.com/images/forward.png) no-repeat;
	/* position: absolute;  */
	position:relative;
	left:580px;
	top: 60px;
	cursor: pointer;
}
