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

#jcarousel_ctrl {
  width:180px;
	height:144px;
	height: 195px;
	overflow:hidden;
	background-color:#9a9a9a;
}


#jcarousel_ctrl .jcarousel-container, #jcarousel_ctrl ul {
  width:180px;
} 

#jcarousel_ctrl .jcarousel-clip {
  position:relative;

	width:180px;
	height:144px;
	z-index: 2;
  padding: 10px 0 0;
  margin: 0;
}


#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 {

  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 */
    
	/*####adjust####*/

}

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

}
 

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

#jcarousel_ctrl .jcarousel-prev {
	display:none;
	/*
	position:absolute;
	top:1px;
	left:0;
  z-index: 3;
	width:10px;
	height:13px;
	background:url(../images/controls/referenzen_pfeil_blau_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;
	*/
}









