.carouselContainer {
	width: 419px;
	position: relative;
	clear: both;
	float: left;
	padding: 0;
	margin: 0;	
}

.carousel {
	width: 419px !important;
	visibility: hidden;
	position: relative;	
	height: 299px !important;
}



.carousel ul li {
	margin: 0;
	width: 419px !important;
    height: 299px !important;
	padding: 0;	
}


.carouselContainer .prev {
	position: absolute;
	top: 135px;
	left: -11px;
	height: 24px;
	width: 24px;
	background: url('../Images/carousel-arrow-left.png') no-repeat;
	cursor: pointer;	
	z-index: 10;
}

.carouselContainer .next {
	position: absolute;
	top: 135px;
	right: 11px;
	height: 24px;
	width: 24px;
	background: url('../Images/carousel-arrow-right.png') no-repeat;
	cursor: pointer;	
	z-index: 10;
}