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

.reference_stage .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    /*height: 420px;*/
		/*height: 430px;*/
    /*width: 750px;*/
}

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

.reference_stage .jcarousel-list li,
.reference_stage .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    /*width: 750px;*/ /* may be removed but has to be set in modulestylesheet */
    /*height: 420px;*/
		height: 330px;
	/*####adjust####*/
	width:149px;
	margin-right:14px;
}

/*####adjust####*/
.reference_stage .jcarousel-list li div,
.reference_stage .jcarousel-item div {
	margin-top:24px;
	padding:11px 0 16px 0;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
}


.reference_stage .jcarousel-list li div a, .reference_stage .jcarousel-item div a {
	display:block;
	color:#9A9A9A;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:22px;
}


.reference_stage .jcarousel-list li div h1, .reference_stage .jcarousel-item div h1 {
	color:#000;
	margin-bottom:22px;
	/*font-size:18pt;
	line-height:21pt;*/
}

/**
 * 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".
 */
 
 /*####adjust####*/
.reference_stage .jcarousel-next {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 144px;
    width: 29px;
    background: #FFFFFF url(../images/controls/referenzen_klickelement_rechts.gif) no-repeat 14px 0;
}

.reference_stage .jcarousel-prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 144px;
    width: 29px;
    background: #FFFFFF url(../images/controls/referenzen_klickelement_links.gif) no-repeat 0 0;
}

/*##### hide 1. position descript ####*/
#clipStage1 {
	position:absolute;
	top:150px;
	left:29px;
	z-index:10;
	background:#fff;
	width:163px;
	height:180px;
}










