#main-teaser {
 font-family: Arial;
 font-size: 12px;
 color: #fff;
 }
 
 #main-teaser-container {
	 width: 684px;
	 height: 328px;
	 background-image: url('../../images/teaser-background.png');
 }

.ft-title {
 text-align: center;
 /* width: 940px; */
}

.ft-next {
 height: 32px;
 width: 28px;
 margin-right: 5px;
}
.ft-prev {
 height: 32px;
 width: 28px;
 margin-left: 5px;
}

.ft-button-ft-active {
 color: black;
}

#ft-title-main-teaser {
	width: 649px;
	height: 40px;
	text-align: center;
/*	top: 30px; */
/*	background-image: url('../images/spannhake-teaser-title.png'); */
/*	background-position: right; */
/*	background-repeat: no-repeat; */
	background-color: #000000;
	opacity: 0.7;
}

#main-teaser-displacement {
	padding-top: 18px;
	padding-left: 17px;
}

#ft-title-main-teaser h2 {
	font-family: Arial;
	font-size: 16px;
	color: #ffed00;
}

#ft-title-main-teaser span {
  font-family: Arial;
  font-size: 12px;
	color: #ffffff;
	margin-left: 20px;
	line-height: 22px;
}

#ft-buttons-main-teaser {
	padding-top: 20px;
}

a.ft-button-main-teaser {
	background-image: url('../../images/icons/circle-off.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px; 
	margin: 4px;
}

.ft-button-main-teaser-active {
	background-image: url('../../images/icons/circle-on.png') !important; 
}