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

#jcarousel_ctrl {
  position:absolute;
  width:698px;
  top:10px;
  left:0;
  height:13px;
}


#jcarousel_ctrl .jcarousel-container, #jcarousel_ctrl ul {
  /*width:638px !important;*/
	width:635px;
} 

#jcarousel_ctrl .jcarousel-clip {
  position:relative;
	top:0;
	left:29px;
	/*width:638px;*/
	width:635px;
	height:13px;
	z-index: 2;
    padding: 0;
    margin: 0;
	overflow: hidden;
}


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

#jcarousel_ctrl .jcarousel-list li,
#jcarousel_ctrl .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: 13px;
	/*####adjust####*/
	margin-left:19px;
}

#jcarousel_ctrl .jcarousel-list li.jcarousel-item-1 {
	margin-left:0;
}


#jcarousel_ctrl .jcarousel-list li a,
#jcarousel_ctrl .jcarousel-item a {
	text-decoration: none;
    padding: 0;
    margin: 0 0 5px 0;
    color: #9a9a9a;
	/*font-weight:bold;*/

}
 

/* controls => pfeile derzeit auskommentiert */ 
 
#jcarousel_ctrl .jcarousel-next {
    position:absolute;
	top:1px;
	right:4px;
    z-index: 3;
	width:10px;
	height:13px;
	/*background:url(../images/controls/referenzen_pfeil_grau_rechts.gif) top left no-repeat;*/
}

#jcarousel_ctrl .jcarousel-prev {
	position:absolute;
	top:1px;
	left:0;
    z-index: 3;
	width:10px;
	height:13px;
	/*background:url(../images/controls/referenzen_pfeil_grau_links.gif) top left no-repeat;*/
}

#jcarousel_ctrl .jcarousel-next:hover { 
	/*background:url(../images/controls/referenzen_pfeil_gruen_rechts.gif) top left no-repeat;*/
}

#jcarousel_ctrl .jcarousel-prev:hover {
	/*background:url(../images/controls/referenzen_pfeil_gruen_links.gif) top left no-repeat;*/
}






#flashslider {
	margin: 0 29px;
}

#stage_filme .next {
    background: url("../images/controls/referenzen_klickelement_rechts.gif") no-repeat scroll right center #A6A7A7;
    height: 216px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    z-index: 3;
	margin: 0 0 0 14px;
}
#stage_filme .prev {
    background: url("../images/controls/referenzen_klickelement_links.gif") no-repeat scroll 0 center #A6A7A7;
    height: 216px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 3;
	margin: 0 14px 0 0;
}

#stage_filme .next.high, #stage_filme .prev.high {
	height: 288px;
}
