

/* SCROLLABLE TEASER FRONT PAGE */

/* TEASER */

#newsScroller
{
	border:0px solid;
	display:block;
	clear:both;
	overflow:hidden;
	width:941px;
	height:310px;
	position:absolute;
	top:93px;
	left:0px;
	}

/*  root element for the scrollable.  
    when scrolling occurs this element stays still.  */
div.scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 941px;
	height: 310px;
	
}


div.scrollable div.items
{
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
}


div.scrollable div.items div
{
	float: left;
}


/* this makes it possible to add next button beside scrollable */
div.scrollable
{
	float: left;
}

/* disabled navigational button */
a.disabled
{
	visibility: hidden !important;
}

/*********** navigator ***********/


/* position and dimensions of the navigator */

#newsScroller .prev, #newsScroller .next{
	position:absolute;
	bottom:0px;
	line-height:16px;
	z-index:10;
	font-size:10px!important;
	text-transform:uppercase;
	padding-left:4px;
	padding-right:4px;
	margin:1px;
	border:1px solid #fff;
	background:#d3d3d3;
	color:#d11100;

	cursor:pointer;
	display:block;
	float:left;
	font-size:10px;
	height:16px;
	margin:10px;
	text-transform:uppercase;
	width:55px;
}
	
#newsScroller .prev:hover, #newsScroller .next:hover{
	cursor:pointer;
	cursor:hand;
	border:1px solid white;
	background:#d11100;
	color:white;
	text-decoration:none;
	}	

#newsScroller .prev{
	right:68px;
	}
#newsScroller .next{
	right:0px;
	}
.navi
{
	width: auto;
	position: absolute;
	right: 145px;
	bottom: 10px;
	z-index: 100;
	z-index:10;
}


/* items inside navigator */
.navi li{
	list-style:none;
	float:left;
	margin:1px;
	background:#d3d3d3;
	color:#999999;
	display:inline-block;
	text-transform:uppercase;
	line-height:16px;
	font-size:10px;
	margin-left:2px;
	border:1px solid #fff;
	padding-left:4px;
	padding-right:4px;
	

}
.navi .active{
	background:#d11100!important;
	border:1px solid white;
	color:white;
	}
.navi li:hover{
	background:#d11100;
	border:1px solid white;
	color:white;
	cursor:pointer;
	cursor:hand;
	}



/* active state (current page state) */
div.navi a.active
{
}

/* TEASER ITEMS FROM ADMIN TEMPLATE */
.teaserItem, .teaserItem .active
{
	width: 941px;
	height: 310px;
	position: relative;
	background-repeat: no-repeat;
	background:#f7f7f7;
}
.teaserItem H1
{
}
