/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* Multipanel CSS
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

img{border:0;}

.multiteaser a,
.multiteaser a:visited{border:0; outline:none; text-decoration:none; color:#fff;}
.multiteaser a:hover{border:0; outline:none; text-decoration:none; color:#fff;}

.multiteaser{
	position:relative;
	height:227px;
	margin:0;
	width:100%;
	overflow:hidden;
}
.multiteaser .multiteaserframe{
		
}

.multiteaser .item,
.multiteaser .multiteasernavi{
	position:absolute;
	width:100%;
	height:227px;
}

.multiteaser .multiteasernavi{
	z-index:4;
	top:185px;
	left:0;
	height:42px;
	width:100%;
}

.multiteaser .navibg{
	position:absolute;
	z-index:4;
	background-color:#666;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	width:100%;
	height:42px;
	top:185px;
	left:0;
}

.multiteaser a.back_button{
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	left:10px;
	top:12px;
	text-indent:-20000px;
	background: transparent url(/fileadmin/swissfamily/images/topstory_leftarrow.png) 0 0 no-repeat;
}

.multiteaser a.next_button{
	position:absolute;	
	display:block;
	width:20px;
	height:20px;	
	right:10px;
	top:12px;
	text-indent:-20000px;
	background: transparent url(/fileadmin/swissfamily/images/topstory_rightarrow.png) 0 0 no-repeat;
}

.multiteaser .teaser_text{
	 position:absolute;
	 top:12px;
	 left:40px;
	 font-size:14px;
	
}

.multiteaser .counter{
	 position:absolute;
	 top:-22px;
	 right:10px;
	 font-size:12px;
	 color:#000;
	 display:none;
}
