/* Horizontal Carousel */
#horizontal_carousel {
	display: block;
	float:left;
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
	width: 750px;
	height: 150px;
	position: relative;  
}         

#horizontal_carousel .container {
	float: left;
	position: absolute;
	top: 5px;
	left: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 750px;
	overflow: hidden;   
	background: none;
	text-align: justify;
}            

#horizontal_carousel .previous_button {
	position: absolute;
	top: 0px;
	left: -25px;
	width: 25px;
	height: 150px;
	z-index: 100;
	float: left;
	background: url('../images/left.png') center no-repeat;   
	cursor: pointer;
}        

#horizontal_carousel .previous_button_disabled {
	background: url('../images/left_disabled.png') center no-repeat;
	cursor:default;
}

#horizontal_carousel .next_button {
	position: absolute;
	top: 0px;
	right: -25px;
	width: 25px;
	height: 150px;
	z-index: 100;
	background: url('../images/right.png') center no-repeat;
	cursor: pointer;  
}

#horizontal_carousel .next_button_disabled {
	background: url('../images/right_disabled.png') center no-repeat;
	cursor: default;
}

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

#horizontal_carousel ul li img {
	border: none;
	display: block;             
	background: none;  
}                               

#horizontal_carousel ul li {
	text-align: left;
  	color: #333333;
	margin: 0 0 0 0;
	padding: 0 25px;
 	width: 700px;
 	display: block; 
  	float: left;
  	text-align: left;
}

#horizontal_carousel ul li ul {
	width: auto;
	height: auto;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	list-style-image: url('../images/content_bullet.png');
}

#horizontal_carousel ul li ul li {
	float: none;
	height: auto;
	width: auto;
	display: list-item;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
