.image_carousel {
	padding: 0;
	position: relative;
}
.image_carousel img {
	/*display: block;*/
	width: 956px !important;
}
a.prev, a.next {
	background: url(../img/sprite_next_prev.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
	z-index: 5;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../../img/bg_pagination.png) no-repeat;
	width: 19px;
	height: 19px;
	margin: 5px 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -19px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

/*- -*/
.home-page .caroufredsel_wrapper {
	display:block !important;
	text-align:center !important;
	float:left !important;
	position:relative !important;
	top:auto !important;
	right:auto !important;
	bottom:auto !important;
	left:auto !important;
	z-index:auto !important;
	width: 100% !important;
	height: 441px !important;
	margin: 0px !important;
	overflow: hidden !important; 
}
.home-page #banner {
	text-align: center !important;
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left:auto !important;
	right: auto !important;
	z-index: 2 !important;
	width: 100% !important;
	height: 441px !important;
	margin: 0px !important;
	overflow: hidden !important;
}
.home-page #banner span {
	text-align:center !important;
	margin: 0px !important;
}