/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	padding: 0 30px;
	position: relative;
}

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

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

.jcarousel-list li,
.jcarousel-item {
	border: 1px solid #aaa;
	float: left;
	height: 150px;
	list-style: none;
	margin: 0 11px;
	text-align: center;
	width: 150px;
}

.jcarousel-list li:hover {
	background: #ccc;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	background: transparent url(/images/carousel-next.png) no-repeat 0 0;
	cursor: pointer;
	height: 32px;
	position: absolute;
	right: 5px;
	top: 60px;
	width: 15px;
}

.jcarousel-next-disabled {
	background-position: -15px 0;
	cursor: default;
}

.jcarousel-prev {
	background: transparent url(/images/carousel-prev.png) no-repeat 0 0;
	cursor: pointer;
	height: 32px;
	left: 5px;
	position: absolute;
	top: 60px;
	width: 15px;
}

.jcarousel-prev-disabled {
	background-position: -15px 0;
	cursor: default;
}

.carousel_container {
	background: #eee;
	border: 1px solid #aaa;
	height:190px;
	margin-top: 15px;
}

.carousel_container p {
	margin: 0;
	padding: 5px;
}