.jcarousel-skin-lorn {
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.jcarousel-skin-lorn .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-lorn .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-lorn .jcarousel-container-horizontal,
.jcarousel-skin-lorn .jcarousel-container-vertical,
.jcarousel-skin-lorn .jcarousel-clip-horizontal,
.jcarousel-skin-lorn .jcarousel-clip-vertical, 
.jcarousel-skin-lorn .jcarousel-item {
	/*
    width: 900px;
    height: 360px;
    */
}

.jcarousel-skin-lorn .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-skin-lorn .jcarousel-next-horizontal,
 .jcarousel-skin-lorn .jcarousel-prev-horizontal{
 	position: absolute;
 	width: 28px;
    height: 66px;
    cursor: pointer;
    top: 50%; 
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: none !important;
 }
 
.jcarousel-skin-lorn .jcarousel-next-horizontal {
    right: 0px;
    background-image: url('../images/jcarousel-skin-lorn/next-horizontal.png');
}

.jcarousel-skin-lorn .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background-image: url('../images/jcarousel-skin-lorn/prev-horizontal.png');
}

.jcarousel-skin-lorn .jcarousel-prev-horizontal {
    left: 0px;
    background-image: url('../images/jcarousel-skin-lorn/prev-horizontal.png');
}

.jcarousel-skin-lorn .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background-image: url('../images/jcarousel-skin-lorn/next-horizontal.png');
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-lorn .jcarousel-next-vertical, 
.jcarousel-skin-lorn .jcarousel-prev-vertical{
	position: absolute; 
	left: 50%;
    width: 66px;
    height: 28px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
 
.jcarousel-skin-lorn .jcarousel-next-vertical {
    bottom: 0px;    
    background-image: url('../images/jcarousel-skin-lorn/next-vertical.png');
}

.jcarousel-skin-lorn .jcarousel-prev-vertical {
    top: 0px;
    background-image: url('../images/jcarousel-skin-lorn/prev-vertical.png');
}

.jcarousel-image {
	position: relative;
}

.jcarousel-image img {
	display: block;
	z-index: 1;
}

.jcarousel-image h2.jcarousel-bottom-headline{
	width: 100%;
	position: absolute;
	color: white !important; 
	font-size: 20px;
	background-image: url(../images/blackBackground.png);
	text-indent: 10px;
	line-height: 40px;
	font-family: 'GeoSlb712MdBTMedium';
	z-index: 2;
	bottom: 0px;
	margin: 0px;
}

.jcarousel-bottom-content{
	color: black !important; 
	font-size: 14px;
	background-color: white;
	font-family: inherit;
	line-height: 1.2;
}

.jcarousel-bottom-content p {
	word-wrap: break-word;
	margin-bottom: 0px;
}

a.jcarousel-links{
	text-decoration: none !important;
}