/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
background:url("../../../../data/images/scroller_hgleft.gif") no-repeat scroll 0 0 transparent;
	/* vertical scrollables have typically larger height than width but not now */
	height: 137px;
	width: 497px;
	float:left;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;
width: 540px;
	/* this time we have very large space for the height */
	height:20000em;

}

.scroll_imgcontainer {
width: 170px;
float:left;
height:110px;
overflow:hidden;

}

.scrollable .item {
	margin:15px 0px 14px 14px;
	clear:both;
	height:120px;
}

.blocklinks {
width: 120px;
float:left;
font-weight:bold;
}

.blockrechts {
width: 175px;
float:left;
}

.weiterlink {
float:left;
width: 335px;
}

.scrollable h1 {
font-size:14px;
font-weight:bold;
line-height:16px;
}

.scrollerline {
border-top:1px solid #000000;
height:1px;
margin-bottom:5px;
margin-right:10px;
margin-top:5px;

}

.scrolltext {
float:left;
width:315px;
}

#actions {
float:left;

}

#homescroller {
width: 545px;
overflow:hidden;
clear:both;
margin-top:15px;

}


#homescroller #scrollertitle {
margin-bottom: 10px;

}

a.browse {
cursor:pointer;
display:block;

}

a.next {
background:url("../../../../data/images/scroller_down.gif") no-repeat scroll 0 0 transparent;
	/* vertical scrollables have typically larger height than width but not now */
	height: 69px;
	width: 48px;
	display:block;

}

a.prev {
background:url("../../../../data/images/scroller_up.gif") no-repeat scroll 0 0 transparent;
	/* vertical scrollables have typically larger height than width but not now */
	height: 69px;
	width: 47px;
	display:block;

}

.weiterlink {
padding-top: 5px;

}