.jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    

}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 653px;
}
.jcarousel-clip {
    overflow: hidden;
}


.jcarousel-item {
width: 167px;
text-align: center;
border: 1px solid #e5e5e5;
border-radius: 5px;
height: 230px;
margin: 30px 5px !important;
}

.jcarousel-item a {
	background-color: transparent;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.jcarousel-item a:hover {
	text-decoration: underline;
}

.jcarousel-item a span {
	position: absolute;
	top: 180px;
	width: 120px;
	text-align: center;
	text-decoration: none;
	color: red;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.jcarousel-item-horizontal {
	margin-right: 5px;
	margin-left: 6px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-placeholder {
    background-color: transparent;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
right: -45px;
background: url(pfeil_rechts.png) no-repeat 50% 50%;
top: 50%;
margin-top: -75px;
width: 50px;
height: 150px;
position: absolute;
cursor: pointer;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: -12px;
    right: auto;
    background-image: url('../../img/prev.png');
}

.jcarousel-prev-horizontal {
	top: 50%;
	left: -45px;
	margin-top: -75px;
	width: 50px;
	height: 150px;
    position: absolute;
    cursor: pointer;
    background: url(pfeil_links.png) no-repeat 50% 50%;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url('../img/next-horizontal.png');
}



.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
/*    background-position: -96px 0;*/
}

