#carousel-wrapper {
	position: relative;
}
#carousel, #thumbs {
	overflow: hidden;
}
 
#carousel span, #carousel img,
#thumbs a, #thumbs img {
	display: block;
	float: left;
}
#carousel span, #carousel a,
#thumbs span, #thumbs a {
	position: relative;
}
#carousel img,
#thumbs img {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
 
#carousel span {
	width: 100%;
	height: 420px;
}
 
#thumbs-wrapper {
	margin-top: 10px;
	padding: 0px 25px;
	position: relative;
}
#thumbs a {
	width: 84px;
	height: 84px;
	margin: 0 5px;
	overflow: hidden;
}
#thumbs a:hover {
	text-decoration:none;
}
#thumbs a:hover img, #thumbs a.selected img {
	opacity: 0.6;
    filter: alpha(opacity=60);
}
 
#prev, #next {
	background: transparent url(../../images/icones/sprite-carousel.png) no-repeat 0 0;
	display: block;
	width: 20px;
	height: 84px;
	position: absolute;
	top: 0;
}
#prev {
	background-position: 0 0;
	left: 0;
}
#next {
	background-position: -20px 0;
	right: 0;
}
#prev:hover {
	background-position: 0 -84px;	
}
#next:hover {
	background-position: -20px -84px;	
}
#prev.disabled {
	background-position: 0 -168px; cursor: default;
}
#next.disabled {
	background-position: -20px -168px; cursor: default;
}

















/*
.image_carousel {
	margin-top: 10px;
	padding: 0 25px 0 25px;
	position: relative;
}
.image_carousel img {
	margin: 0 5px;
	display: block;
	float: left;
	width: 84px; height: 84px;
}
a.prev, a.next {
	background: url(../../images/icones/sprite-carousel.png) no-repeat transparent;
	width: 20px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
}
a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -84px; }
a.prev.disabled {	background-position: 0 -168px !important;  }
a.next {			right: 0px;
					background-position: -20px 0; }
a.next:hover {		background-position: -20px -84px; }
a.next.disabled {	background-position: -20px -168px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
*/