/* outmost wrapper element */
.scrollable {
  padding-top:2px;
	width:738px; 
  height:149px;
	overflow:hidden;
	background:#fff url(/media/img/bg_bildergalerie.gif) repeat left;
}

.scrollable .__scrollable {
  padding-top:1px;
  height:140px;
}

/* container for the scrollable items */
.scrollable div.items {
	height:140px;
	margin:0 7px 0 7px;
	float:left;
	/*width:498px !important;*/
	width:498px;
}

/* single item */

.scrollable div.items a {
	padding-top:20px;
	display:block;
	float:left;
	height:120px;
	margin-right:32px;
	cursor:pointer;
	text-decoration:none;
}
.scrollable div.items p a {
	display:block;
	float:left;
  margin-right:32px;
	cursor:pointer;
	height:auto !important;
	padding-top:0px !important;
}


.scrollable div.items a span {
  margin-top:0px;
  text-align:center;
  display:block;
}

/*
.scrollable div.items a:hover {
  text-decoration:none;
  width:auto;
}
*/

.scrollable div.items div a {
	width:68px;
	text-decoration:none;
}

.kalender_tabelle .scrollable div.items div a {
  width:auto !important;
}

/* .scrollable div.items a:hover img,  */
img.scrlHover {
	padding:2px;
	background-color:#fff;
	border:1px solid #950051;
	width:auto !important;
	height:auto !important;
}

.scrollable div.items a.active_over {
  width:auto;
}

.scrollable div.items a.active_over img {
	padding:2px;
	background-color:#fff;
	border:1px solid #950051;
  width:auto;
	height:auto;
}

.scrollable div.items a.active img {
	padding:2px;
	background-color:#fff;
	border:1px solid #950051;
}

.scrollable a.prev{
 	display:block;
	float:left;
 	height:24px;
	width:16px;
	top:10px;
	padding:0;
	margin:44px 17px 0 16px;
	background:transparent url(/media/img/bildergalerieButton_left.gif) no-repeat;
}

.scrollable a.next{
	display:block;
	height:24px;
	width:16px;
	float:left;
	padding:0;
	margin:44px 0 0 12px;
	background:transparent url(/media/img/bildergalerieButton_right.gif) no-repeat;
}

.scrollable a.inactive_next, #next.inactive_next {
	background:transparent url(/media/img/bildergalerieButton_right_white_.gif) no-repeat !important;
}

.scrollable a.inactive_prev, #prev.inactive_prev {
	background:transparent url(/media/img/bildergalerieButton_left_white.gif) no-repeat !important;
}
