.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
    z-index: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 480px;
    height: 400px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.car {
	line-height: 0px;
	width: 480px;
	height: 400px;
}

.car .item {
	float: left; 
	width: 480px; 
	height: 400px; 
	position: relative; 
	top: -82px; 
	left: 0px; 
	z-index: 22;
}

.car .opacity {
	line-height: 0px; 
	float: left; 
	width: 480px; 
	height: 70px; 
	position: relative; 
	top: 318px; 
	left: 0px; 
	z-index: 999999;
}

.car .opacity h3, 
.car .opacity p {
	width: 450px;
}
