
#bg_sendungen {
	background: url(bg_sendungen.png) left top no-repeat;
	width:907px;
	height:443px;
	margin-left:21px;
	padding-left:36px;
}

/* root element for the whole scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	width: 803px;	 
	height:400px;	
	float:left;
	margin:0;
}

#mainContent h1 {
	text-align:left !important;
	padding-left:60px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border-right:1px solid #222;
}


/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:inline;
	width:13px;
	height:30px;
	background:url(left.gif) no-repeat;
	float:left;
	margin-top:143px;
	cursor:pointer;
}


/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	/*background-position:0px -18px;*/		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(right.gif);
	/*clear:right;	*/
}

/* single item */
#thumbs div {
	float:left;
	width:200px;
	height:400px;
	margin-top:40px;
	color:#000;
	border-right:1px solid #333;
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#fafafa;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#fafafa;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span, #thumbs img {
	margin:13px;		
	font-size:13px;
	color:#000;	
	text-decoration:none;
	border:0;
}
#thumbs a {
	text-decoration:none;
}
