.slider {
	width: 1088px;
/*	overflow: hidden;*/
	margin-left: 50px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.caroufredsel_wrapper{
	margin: 0 !important;
}	
.slides {
/*	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);		*/
}
	
.slide {
	height: 100%;
	float: left;
	clear: none;
	list-style: none;
	position: relative;
}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
}

.slider-arrow--right { 
	background: url("../images/left-right.png"); 
	background-position: -60px;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 175px;
	right: 58px;
}

.slider-arrow--left { 
	background: url("../images/left-right.png"); 
	width: 60px;
	height: 60px;
	bottom: 175px;
	left: 58px;
}

.box-img img {
	float: left;
}

.slide-text {
	margin-top: 40px;
	margin-right: 60px;
	float: right;
}

.slide-text-title {
	text-transform: uppercase;
	color: #9f201f;
	font-size: 30px;
	display: block;
}

.slide-text-else {
	font-size: 20px;
	color: #9f201f;
	display: block;
	margin-top: 20px;
}

















