.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 746px;
	height:144px;

	
	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:746px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 0px 0px 8px;
	padding:0px;
	width:240px;
	height:144px;
	
	
}

/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../media/ep_pfeil.png) no-repeat;
	display:block;
	width:16px;
	height:64px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: -16px 0px; clear:right; margin-right: 0px;}

/* left */
a.left				{ margin-left: 0px; } 

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

.head {width:100%; 
background-color:#9C223D;
border:0; 
align:center; 
valign:top;
position:absolute; top:0px; left:0px;}

.buehne{
	border:1px solid #626265;
	}
	
.navi {
	border-bottom: 2px solid #B6213F;
	height:31px;}
	
.apple_overlay {
	display:none;
	background-image: url(../media/hintergrund.png);
	width:640px;		
	padding:32px;
			}

.apple_overlay .close {
	background-image: url(../media/ep_close.png);
	position:absolute; right:16px; top:16px;
	cursor:pointer;
	height:35px;
	width:35px;
}


