#slider {
	position: relative;
	width: 100%;
	max-width: 980px;
	/*
	background-color: yellow;
	*/
	margin: 0px auto;
	display: block;
	overflow: hidden;
	min-height: 441px;
  min-width: 980px;
	}

.slider {
	position: absolute;
	width: 100%;
	height: 100%;
	}

#slider img {
	width: 100%;
	height: auto !important;
	}
	
	.circle {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border: 1px solid white;
    border-radius: 11px;
	cursor:pointer;
	}
	
.slider_text {
	background-color: white;
	position: absolute;
	bottom: 50px;
	padding: 20px;
	padding-left: 30px;
	max-width: 400px;
	color: #E3001B;
	font-family: "CorporateSRegular",Arial,Helvetica,sans-serif;
	font-size: 14px;
	}
	
	
.slider_text h1 {
	margin-bottom: 10px;
	font: 22px/24px "CorporateSRegular",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}


#slider #slider_1 {
	opacity: 1;
	z-index:6;
}


.teaser-slider {
	padding-right: 20px;
}

.teaser-slider #slider {
	min-width: auto; 
	max-width: 100%;
	margin-top: 10px;
}

.teaser-slider .nav-container {
	margin-top: 10px;
	position: relative;
	height: 20px;
	margin-bottom: 10px;
}

.teaser-slider .nav-container .lb-back {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background: url(../../img/icons_back.gif) no-repeat top left;
	cursor: pointer;
}

.teaser-slider .nav-container .lb-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background: url(../../img/icons_next.gif) no-repeat top right;
	cursor: pointer;
}
.teaser-slider .nav-container .teaser-title {
	width: 100%;
	padding: 0 20px;
}
.teaser-slider  .slider-text {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
.teaser-slider  .slider {
	background-color: #eee;
	white-space: nowrap;
}

.teaser-slider .slider_v_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	width: 0;
	overflow: hidden;
}