/* Horizontal Carousel */
#horizontal_carousel {
	float: right;
	width: 875px;
	height: 250px;
	margin-bottom: 10px;
	position: absolute;
	margin-top: 8%;
	margin-right: 25px; /*margin-left: 350px; */
	margin-left: 26%;
}
 
/*#horizontal_carousel {
	width: 840px;
	height: 240px;
	margin-top: 200px;
	  position: fixed;
	margin-bottom: 0px;
	margin-left: 450px;
 
}
*/

#horizontal_carousel .container {
	width: 775px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	margin-left: 50px;
}

#horizontal_carousel ul {
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	width: 50000px;
	position: absolute;
	left: 0;
	height: 175px;
}                      

#horizontal_carousel ul li {
	width: 250px;
	height: 200px;
	text-align: center;
	list-style:none;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFCCFF;
	padding-left: 1px;
	padding-right: 10px;
	line-height: 1.6em;
}
#horizontal_carousel  a {
	display: inline;
	color: #FFCC33;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	border-width: 0px 0px;
	border- style: 0px 0px;
	}
	
	#horizontal_carousel a:hover {
	font-style: normal;
	margin: 0;
	color: #ce2532;
	text-decoration: none;
	}
	
	#horizontal_carousel img  {
	border-width: 0px 0px;
	border-style: none;
	}
 
	
#horizontal_carousel .previous_button {
	background-image: url(horizontal/left1.png);
	float:left;
	width: 52px;
	height: 250px;
	z-index: 100;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 25px;
	padding-right: 10px;
}

#horizontal_carousel .previous_button_over {
	background: url(horizontal/left1_over.png);
float:left;
	width: 52px;
	height: 250px;
	z-index: 100;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 25px;
	
}

#horizontal_carousel .previous_button_disabled {
	background: url(horizontal/left1_disabled.png);
	float:left;
	width: 52px;
	height: 250px;
	z-index: 100;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 25px;
	
}

#horizontal_carousel .next_button {
	background-image: url(horizontal/right1.png);
	float:right;
	width: 45px;
	height: 250px;
	z-index: 100;
	cursor: pointer;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: top;
		margin-top: 25px;
}

#horizontal_carousel .next_button_over {
	background: url(horizontal/right1_over.png);
		float:right;
	width: 45px;
	height: 250px;
	z-index: 100;
	cursor: pointer;
	z-index: 100;
	background-repeat: no-repeat;
		background-position: top;
	margin-top: 25px;
}

#horizontal_carousel .next_button_disabled {
  background: url(horizontal/right1_disabled.png);
	float:right;
	width: 45px;
	height: 250px;
	z-index: 100;
	cursor: pointer;
	z-index: 100;
	background-repeat: no-repeat;
		background-position: top;
	margin-top: 25px;
}
