div.teaser.switchable {
	position: relative;
	height:361px;
}
div.teaser.switchable li{
	display:none;

}

.teaser-switcher-navigation {
	position: absolute;
	left:0px;
	right:0px;
	margin-bottom: 0px;
	bottom:0px;
}
* html .teaser-switcher-navigation {
	bottom:9px;
}
*:first-child+html .teaser-switcher-navigation{
	bottom:9px;
}
.teaser-switcher-navigation li {
	display:block !important;
	float:left;
}
.teaser-switcher-navigation li a{
	display:block;
	background: #ccc;
	font-family: Trebuchet MS;
	font-size:16px;
	text-transform: uppercase;
	padding:10px 10px;
	text-align: center;
	/* opacity: .75;
	filter:alpha(opacity=75); */
	position: relative;

}
.teaser-switcher-navigation li.last a{
	margin-right: 0px;
}

.teaser-switcher-navigation li.active a,
.teaser-switcher-navigation li a:hover {
	color:#7FB51A;
	margin-top: -10px;
	padding-bottom: 20px;
        background:#fff;
        /*

	opacity: 1;
	filter:alpha(opacity=100);
        */
}
