/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  position: relative;
  width: 960px;
  overflow: hidden;
}

#horizontal_carousel .container {
  float: left;
  position: relative;    
  overflow: hidden;
  width: 960px;
  height: 340px;
}

#horizontal_carousel ul {
	list-style: none !important;
	
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 340px;
}                      

#horizontal_carousel ul li {
  width: 960px;
  height: 340px;
	list-style: none !important;
  float:left;
}

#horizontal_carousel .previous_button {
	z-Index: 100;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(/_images/content/teaser_btn_prevTopic.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	width: 40px; height: 40px;
	margin-top: -20px;
}

#horizontal_carousel .previous_button_over {
	background-position: 0 -40px;
}

#horizontal_carousel .previous_button_disabled {
	background-position: 0 -80px;
	cursor: default;
}

#horizontal_carousel .next_button {
	z-Index: 100;
	position: absolute;
	top: 50%;
	left: 920px;
	background: url(/_images/content/teaser_btn_nextTopic.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	width: 40px; height: 40px;
	margin-top: -20px;
}

#horizontal_carousel .next_button_over {
	background-position: 0 -40px;
}

#horizontal_carousel .next_button_disabled {
	background-position: 0 -80px;
	cursor: default;
}

#horizontal_carousel .index {
	z-Index: 100;
	position: absolute;
	top: 0; 
	right: 0px;
	width: 130px;
	text-align: right;
	margin: 10px 10px 0 0;
}

#horizontal_carousel .index ul {
	height: auto;
}


#horizontal_carousel .index ul li {
	width: 16px; height: 16px;
	margin: 5px;
}

#horizontal_carousel .index ul li a {
	border: none;
	text-align: center;
	background: #333333;
	color: white;
	display: block;
	font: 14px Georgia, Times, Times New Roman, serif;
	width: 20px; height: 20px;
	color: white;
}

#horizontal_carousel .index ul li a:hover {
	background-color: white;
	color: #333333;
}

#horizontal_carousel .index ul li a.selected {
	background-color: white;
	color: #333333;
}
