/* images */
#BigTeaser {
	position: relative;
	text-align: center;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: 315px;
}
#BigTeaser img {
	height: 315px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	}

/* Navigation */
.flashnavi{
	z-index: 1000;
	position: relative;
	float: right;
	margin-top: 300px;
	margin-right: 10px;
}
.flashnavi .main div{
	cursor: pointer;
}

.flashnavi .main .prev{
	float: left; 
	background: url('../images/sprite.png') -5px -10px no-repeat;
    width: 36px; 
    height: 23px;
}
.flashnavi .main .timer{
	float: left; 
	width: 24px; 
    height: 23px;
}
.flashnavi .main .play{
	background:url("../images/sprite.png") -20px -50px no-repeat;
	/* background: url('../img/timer.gif') no-repeat; */
}
.flashnavi .main .pause{
	background:url("../images/sprite.png") -87px -50px no-repeat;
}
.flashnavi .main .next{
	float: left;
	background: url('../images/sprite.png') -90px -10px no-repeat;
	width: 35px; 
    height: 23px;
}
.flashnavi .main .count{
	 float: left;
	 padding-left: 5px;
}
.flashnavi .main .count .page{
	float: left;
	background:url('../images/sprite.png') -10px -82px no-repeat;
	height:23px;
	width:12px;
	padding-top: 0pt;
	padding-right: 2px;
	padding-bottom: 0pt;
	padding-left: 2px;
}
.flashnavi .main .count .active{
	background:url('../images/sprite.png') -40px -82px no-repeat;
}
.flashnavi .main .count ul,.flashnavi .main .count li{
	margin: 0;
	padding: 0;
}
.flashnavi .main .count ul li{
	list-style: none outside none;
}

/* JQuery Teaser */

.hometeaser{
	position: relative; /* height: 350px; */
	font-family: Arial, Helvetica, sans-serif;
}
.hometeaser div{
	position: absolute;
	z-index: 8;
	display: none;
	right: 0px;
	top: 0;
}
.hometeaser .show{
	z-index: 10;
	display: block;
}
.hometeaser .last-show{
	z-index: 9;
}
.hometeaser .show a{
	text-decoration: none;
	color: #F60;
	z-index: 1;
}
.hometeaser .text
{
	padding:5px;
	background-color: #FFFFFF;
	opacity:.70;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	display: none;
	position: absolute;
	width: 500px;
	z-index: 1;
	text-align: left;
}
.hometeaser .show .text{
	display: block;
	position: absolute;
	width: 500px;
	z-index: 1;
	top: 50px;
	right: 20px;
}
.hometeaser .text a,.hometeaser .text{
	text-decoration: none;
	font-size: 12px;
}
.hometeaser .text .black a,.hometeaser .text .black{
	color: #000000;
}
.hometeaser .text h2{
	padding: 5px 0 5px 0;
	margin:0;
	color: #F26522;
	font-size: 18px;
}
.hometeaser .text h2 a{
	font-size: 18px;
}
