#entities_caro_container {
	position: relative;
	display:block;
}

/* Horizontal Carousel */
#horizontal_carousel {
	width: 475px;
	height: 380px;
	float: left;
}

#iefix_container {
	width:524px;
	margin-left: 48px;
	float: left;

}

#horizontal_carousel .container {
	width: 475px;
	overflow: hidden;
	position: relative;
	clear:none;
	margin-top: 5px;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0px;
}                      

#horizontal_carousel ul li {
	width: 475px;
	/* height: 300px; */
	text-align: center;
	list-style:none;
	float:left;
}

.buttons{
	display:block;
 	clear:both;
}
.previous_button {
	float:left;
	width: 34px;
	height: 380px;
	background: url(../images/buttons/btn_caro_nextprev_sprite.png) no-repeat top;
	background-position:-38px 0px;
	z-index: 100;
	cursor: pointer;
	position:absolute;
/*	margin-top: -381px; */
}

 .previous_button_over {
	background: url(../images/buttons/btn_caro_nextprev_sprite.png) no-repeat top;
	background-position:1px 0px;
	background-repeat: no-repeat;
}

 .previous_button_disabled {
	background: url(../images/buttons/btn_caro_nextprev_sprite.png) no-repeat top;
	background-position:-78px 0px;
  cursor: default;
}

.next_button {
	float:right;
	width: 34px;
	height: 380px;
	background-position:-158px 0px;
	z-index: 100;
	cursor: pointer;
	background-image: url(../images/buttons/btn_caro_nextprev_sprite.png);
	background-repeat: no-repeat;
	position:absolute;
	right: 0;
	top: 0;
/*	margin-top: -355px; */
}

.next_button_over {
	background: url(../images/buttons/btn_caro_nextprev_sprite.png) no-repeat top;
	background-position:-197px 0px;
}

 .next_button_disabled {
	background: url(../images/buttons/btn_caro_nextprev_sprite.png) no-repeat top;
	background-position:-118px 0px;
  cursor: default;
}
