/**
 * 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;
	top:10px;
	/*
  left:266px;
	width:430px;
  */
  
  left:30px;
  width:668px;
	height:13px;
}


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

#jcarousel_ctrl .jcarousel-clip {
  position:relative;
	top:0;
	left:20px;
	/*width:381px;*/
	width:618px;
	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-right:6px;
}

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

}

#jcarousel_ctrl .jcarousel-list li a:hover ,
#jcarousel_ctrl .jcarousel-item a:hover {
  color: #00a8e6 !important;
}



/* controls */ 
 
#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_blau_rechts.gif) top left no-repeat;
}

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









