/* position and dimensions of the navigator */

#stage_teaser {width: 930px; height: 350px;}

.navi_wrap_right {
	background:url(../images/martinkilger-stage-navigator-right.png) top right no-repeat;
	margin:30px 0 0 610px;
	top: 280px;
	right:40px;
	position:absolute;
	z-index:99999;
}

.navi_wrap_left {
	background:url(../images/martinkilger-stage-navigator-left.png) top left no-repeat;
}

.navi {
	margin:0 12px;
	height:24px;
	padding:4px 0;
	background:url(../images/martinkilger-stage-navigator-middle.png) repeat-x;
}


/* items inside navigator */
.navi a {
	width:16px;
	height:16px;
	float:left;
	margin:0 2px;
	background:url(../images/martinkilger-stage-navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -16px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -32px;     
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


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

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 930px;
	height:350px;
}

/*
	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:90000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .stage_entry {
	float:left;
	cursor:pointer;
	width:930px;
	height:350px;
	overflow: hidden;
}


/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}


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

div.stage_entrytitle {
	position: absolute;
	margin: 190px 0 0;
	padding: 0 0 0 20px;
	max-width: 420px;
	text-align: left;
	z-index: 999999999;
	background-image: url(../images/martinkilger-stage-headline-bg.png);
	}

.stage_entrytitle h1 a {
	text-align: left; 
	color: white; cursor: pointer;
	padding: 10px 20px 10px 0}

.stage_entrytitle h1 {
	line-height: 100%;
	font-weight: normal;
	font-size: 250%;
	font-family: Times, Serif;
	font-weight: lighter;
	color: white;
	margin: 10px 0
	}

.stage_entryimage {
	width: 930px; height: 350px;}
