.home-teaser {
  width: 100%;
  height:350px;
  position: relative;
}

.infiniteCarousel .empty{
	width: 0;
	margin: 0;
}

.home-teaser .ic-wrapper {
  width: 100%; /* .home-teaser width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: visible;
  height:350px;
  margin: 0;
  position: absolute;
  top: 0;
}

.home-teaser ul a img {
  border: none;
}

.home-teaser .ic-wrapper .ic-list {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.home-teaser ul li {
  display:block;
  float:left;
  height: 350px;
  width: 800px;
}

.home-teaser ul li a img {
  display:block;
}

.home-teaser ul li div {
  display:none;
}


.home-teaser .ic-control{
	display: block;
	position: absolute;
	height: 350px;
	left:800px;
	right:0px;
	background: rgb(30, 30, 30) url('../images/carousel-cover.gif');
	filter: alpha(opacity='85');
	background: rgba(0,0,0,0.8) url('../images/carousel-cover.gif');
}

.home-teaser .arrow {
	height: 50px;
  	width: 20px;
  	cursor: pointer;
  	top: 150px;
	right: 10px;
  	position: absolute;
  	background: url('../images/carousel-arrow-large.gif') no-repeat -10px 0;
}


.home-teaser .forward {	
	background-position: -10px 0;
}

.home-teaser .forward:hover {
  background-position: -10px -51px;
}



.home-teaser .ic-description {
	float:left;
	color:#FFF;
	text-align:left;
	height: 250px;
	position:relative;
	top: 85px;
	left: 40px;
	margin-right: 100px;
}

.home-teaser .ic-description h2{
	color:#FFF;
	font-size: 25px;
	font-weight:bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	line-height: 30px;
}


.home-teaser .ic-link{
	color:#FFF;
	display: block;
	clear: both;
	float:none;
	color:#FFF;
	position: absolute;
	left: 40px;
	bottom: 30px;
}

.home-teaser .ic-link:hover{
	color:#3399FF;
}
