/* Horizontal Carousel */

#slider .container {
	width: 650px;
	height: 220px;
	position: relative;
	overflow: hidden;
	float: left;
}

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

#slider ul li {
	width: 650px;
	height: 220px;
	display: block;
	text-align: center; 
	list-style:none;   
	float: left;
}

#slider .previous_button, #slider .next_button {
	display: none;
}

#feature_slider .container {
	width: 285px;
	height: 290px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	float: right;
}

#why_choose #feature_slider ul {
	margin: 0;
	padding: 0;
	height: 100000px;
	position: relative;
	top: 0;
	left: 0;
	width: 290px;
	padding: 0;
	margin: 0;
}                      

#why_choose  #feature_slider ul li {
	width: 285px;
	height: 290px;
	display: block;
	text-align: center; 
	list-style:none;   
	float: left;
	padding: 0;
	margin: 0;
}

#feature_slider .previous_button, #feature_slider .next_button {
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 75px;
	cursor: pointer;
	left: 370px;
	z-index: 200;
	background: url(../images/buttons/previous.jpg) no-repeat 0 0;
}
#feature_slider .next_button {
	top: 100px;
	background: url(../images/buttons/next.jpg) no-repeat 0 0;
}

#feature_slider .previous_button:hover, #feature_slider .previous_button_disabled, #feature_slider .next_button:hover, #feature_slider .next_button_disabled {
	opacity: 0.6;
}





