.scrollable {

	position:relative;
	overflow:hidden;
	width: 927px;
	height:138px;
	padding: 62px 0 0 0;
	z-index:2;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;	
}
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
.scrollable {
	float:left;	
}




a.prev{
  cursor: pointer;
  background:url(../images/btn_startseite_prev.png) no-repeat;
  z-index: 9999;
  position:absolute;
  top:30px;
  left: 0;
  display:block;
  
  width:35px;
  height:19px;
}
a.next{
  cursor: pointer;
  background:url(../images/btn_startseite_next.png) no-repeat;
  z-index: 9999;
  position:absolute;
  top:30px;
  right: 3px;
  display:block;
  
  width:35px;
  height:19px;
}

/* right */
a.right 				{}
a.right:hover 		{}
a.right:active 	{} 


/* left */
a.left				{} 
a.left:hover  		{}
a.left:active  	{}


/* disabled navigational button */
a.disabled {
	display: none;	
} 	

