/*Custom Style for Carousel - Aries Janssens 2009*/

/* Main Containers */
.jcarousel-skin .jcarousel-container {

}
.jcarousel-skin .jcarousel-container-horizontal {
    width: 918px;
    padding: 0px 0px;
	/* Add negative top margin to allow for shadow */
	margin-top: -10px;
	margin-left:auto;
	margin-right:auto;
	}
/* Image/Content Container */
.jcarousel-skin .jcarousel-clip-horizontal {
    width:  916px;
    height: 290px;
	margin-left:auto;
	margin-right:auto;
	/* background-image:url(../images/carousel_container_bkg.png); */
}
.jcarousel-skin .jcarousel-item {
    width: 916px;
    height: 290px;
}

.jcarousel-skin .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0px;
}
.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/* Horizontal Buttons */
 .jcarousel-skin .jcarousel-prev-horizontal {
	position: absolute; left: 0px; 
	width: 0px; 
	height: 0px; 
	cursor: pointer;
	background: url(../images/carousel_arrow_left.png) no-repeat left center;
 }
.jcarousel-skin .jcarousel-prev-horizontal:hover {
	background: url(../images/carousel_arrow_left_hover.png) no-repeat left center;
}
.jcarousel-skin .jcarousel-next-horizontal {
	position: absolute;
	right: 0px; width: 0px;
	height: 0px;
	cursor: pointer;
	background: url(../images/carousel_arrow_right.png) no-repeat right center; 
}
.jcarousel-skin .jcarousel-next-horizontal:hover {
	background: url(../images/carousel_arrow_right_hover.png) no-repeat right center; 
}