

#headline {
	height: 450px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#headline .glidecontentwrapper{
position: relative; /* Do not change this value */
width: 944px;
height: 185px; /* Set height to be able to contain height of largest content shown*/

overflow: hidden;
}

#headline .glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 944px;
}




#headline .teaser-image {
	position: relative;
	width: 944px;
	height: 185px;
	line-height: 0;
	z-index: 0;
}

* HTML #headline .teaser-image {
	display: inline;
}

#headline .teaser-main {
	top: 130px;
	width: 944px;
	height: 60px;
	position: absolute;
}

#headline .teaser-main .overlay {
	top: 0;
	left: 0;
	bottom: 0;
	width: 944px;
	height: 120px;
	position: absolute;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#headline .teaser-main .teaser-wrap
{
	width: 944px;
	height: 100%;
	position: relative;
}
#headline .teaser-main .teaser-title
{
	margin: -16px 10px 0;
	padding: 10px 0 0;
	font-size: 1.6em;
	font-weight: normal;
	line-height: normal;
	position: relative;
}
#headline .teaser-main .teaser-text
{
	color:#EEE;
	margin: 4px 10px 0;
	position: relative;
}
#headline .teaser-main .teaser-text P
{
	margin: 0;
}
#headline .teaser-main A:link, #headline .teaser-main A:visited
{
	color: #e0f411;
}
#headline .teaser-main A:hover
{
	color: #fef124;
}



#headline .glidecontenttoggler
{
	top: 185px;
	width: 954px;
	position: absolute;
	margin-left:-3px;
}


#headline .glidecontenttoggler A
{
	height: 70px;
	width:55px;
	display: block;
	cursor: pointer;
	float:left;
	margin:0 2px;
	text-align:center;

}
#headline .glidecontenttoggler A:link, #headline .glidecontenttoggler A:visited
{
	color: #FFF;
}
#headline .glidecontenttoggler A:hover, #headline .glidecontenttoggler A.selected {
	color: #FFF;
	background: #bfd109 url(img/bg_sele.jpg) no-repeat center top;
}
#headline .glidecontenttoggler .togglercontent
{

}

#headline .glidecontenttoggler .togglertitle
{
	margin: -2px 0 0 85px;
	line-height: 1.2em;
	display: block;
}

#headline .glidecontenttoggler .teaser-image-small {
	padding-top: 16px;
}


#headline .glidecontenttoggler a.toc{ 

}

#headline .glidecontenttoggler a.prev,#headline .glidecontenttoggler a.next{ 
width:0;
visibility : invisible;
}



