/*
-------------------- scrollable-horizontals.css
*/
.scrollable {
	background-color:#F4F4F4;
	overflow:hidden;
	position:relative;
	/*-- Höhe und Breite der Scrollbox --*/
	width: 636px;  
	height: 185px;
	margin-left: 9px;
}
/*-- Container in dem die Bilder liegen --*/
.scrollable .items {
	clear: both; 
	width: 60000em; 
	position: absolute;
}

.scrollable .cont-category {
	cursor:pointer;
	float:left;
	height:175px; 
	margin:0 5px;
	padding:0px;
	width:202px !important;
}
/*
.scrollable .cont-category {
	background-color: #ccc;
	float: left;
	height: 150px;
	margin: 0px 5px 0px 10px;
	padding: 0px;
	width: 200px;
}
*/

.scrollable .active {
	/*border-right: #000 2px solid; 
	border-top: #000 2px solid; */
	z-index: 9999; 
	/* border-left: #000 2px solid; 
	border-bottom: #000 2px solid; */
	position: relative;
}

/*
-------------------- scrollable-buttons.css
*/
.scrollable {
	float: left;
}
a.browse {
	display: block; 
	/*background: #000 url(arrow/hori_large.png) no-repeat;*/
	float: left; 
	/*margin: 40px 10px;*/
	cursor: pointer;
	/*
	width: 30px;  
	height: 30px;
	*/
}
a.right {
	clear: right; 
	/*background-position: 0px -30px; */
	margin-right: 0px;
	background: #F4F4F4 none repeat scroll 0 0;
}
a.right:hover {
	background-position: -30px -30px;
}
a.right:active {
	background-position: -60px -30px;
}
a.left {
	margin-left: 0px;
	background: #F4F4F4 none repeat scroll 0 0;
}
a.left:hover {
	/*background-position: 30px 0px;*/
}
a.left:active {
	/*background-position: 60px 0px;*/
}

a.disabled {
	visibility: hidden !important;
}

/*
-------------------- scrollable-navigator.css
*/
.navi {
	float: right;
	height: 10px;
	margin-top: 15px;
	width: 350px;
}
.navi a {
	display: block; 
	font-size: 1px; 
	background: url(img/navigator.png) no-repeat 0px 0px; 
	float: left; 
	margin: 3px; 
	width: 8px; 
	height: 8px;
}
.navi a:hover {
	background-position: 0px -8px;
}
.navi a.active {
	background-position: 0px -16px;
}


/*-- alh --*/

#cont-buttons {
	margin:0;
	padding: 10px 0px 0px 0px;
	width: 654px;
	height: 40px;
	background-color: #F4F4F4;
	border-bottom:1px solid #CCCCCC;
	overflow: hidden;
}
#buttons-abstand {
	margin: 0px 0px 0px 305px;
	width: 160px;
}
.buttons {
	margin: 0px 10px 0px 0px;
	height:25px;
	width: 55px;
	background: url(img/bg_scroll_navi_off.gif) no-repeat 0px 0px; 
	float:left;
	padding: 0px;
	overflow: hidden;
}
.buttons a {
	height: 21px;
	width: 23px;
}

.cont-scroller-headline {
	margin:0;
	padding:0;
	width: 636px;
	height: 30px;
	background-color: #F4F4F4;
}

.cont-scroller-headline h2 {
	margin:5px 0px 0px 10px;
	margin-top:15px;
	padding:0;
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
	color: #6A6A6A;
	float:left;
}
.clearer {
    width: 0;
    height: 0;
    clear: both;
}




