
/* SCROLLABLE TEASER FRONT PAGE */

/* TEASER */

#newsScroller
{
	display:block;
	clear:both;
	overflow:hidden;
	width:976px;
	height:250px;
	position:relative;
	margin-left:-1px;
}

/*  root element for the scrollable.  
    when scrolling occurs this element stays still.  */
div.scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 976px;
	height: 250px;
	
}


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:#F2F2F2 url(/images/mnu2_bg.jpg) repeat-x top center;
	color:#fff;

	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;
	color:white;
	text-decoration:none;
	background-position:bottom center;
}	

#newsScroller .prev{
	right:68px;
	}
#newsScroller .next{
	right:0px;
	}
.navi
{
	width: auto;
	position: absolute;
	right: 145px;
	bottom: -3px;
	*bottom:-2px;
	z-index: 100;
	z-index:10;
}


/* items inside navigator */
.navi li{
	list-style:none;
	float:left;
	margin:1px;
	background:#F2F2F2 url(/images/mnu2_bg.jpg) repeat-x top center;
	color:#fff;
	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:#000!important;
	border:1px solid white;
	color:white;
	}
.navi li:hover{
	border:1px solid white;
	color:white;
	cursor:pointer;
	cursor:hand;
	background-position:bottom center;
	}



/* active state (current page state) */
div.navi a.active
{
}

/* TEASER ITEMS FROM ADMIN TEMPLATE */
.teaserItem, .teaserItem .active
{
	width: 976px;
	height: 250px;
	position: relative;
	background-repeat: no-repeat;
	background:#f7f7f7;
}
.teaserItem H1
{
}
