.carouselSliderContainer {
    width: 1010px;
    height: 510px;
	margin: 0 auto 2px;
    overflow: hidden;
	position: relative;
}
.caroufredsel_wrapper {
    width: 958px;
    height: 358px;
}
.carouselSlider {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
}
.carouselSliderContainer div.slide {
    position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
}
.carouselSliderContainer div.slide div {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
}
.carouselSliderContainer div.slide h4 {
    font-size: 35px;
    padding: 30px 0 0 100px;
}
.carouselSliderContainer div.slide p {
    font-size: 16px;
    padding: 0 0 30px 100px;
}
.carouselSliderContainer div.slide h4,
.carouselSliderContainer div.slide p {
    color: white;
    margin: 0;
}
.clearfix {
    float: none;
    clear: both;
}

#carouFredSelPrev, #carouFredSelNext {
    width: 38px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 1;
	opacity: .25;
}
#carouFredSelPrev:hover, #carouFredSelNext:hover {
	opacity: .5;
}
#carouFredSelPrev {
    background: url(../img/arrow-c-left.png) no-repeat transparent;
    left: 25px;
}
#carouFredSelNext {
    background: url(../img/arrow-c-right.png) no-repeat transparent;
    right: 25px;
}
#carouFredSelpagination {
    position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 1;
}
#carouFredSelpagination span {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #f6bb0b;
    text-indent: -999px;
    margin-left: 6px;
    border-radius: 12px;
    border: 2px solid #f6bb0b;
    -webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

#carouFredSelpagination a.selected span {
    background: transparent;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++
| accomSliderContainer                                  |
+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.accomSliderContainer{
	position: relative;
	float: right;
	padding-bottom: 5px;
}
.carouselSliderContainer.accomSlider {
	width: 350px;
	border: 15px solid #fff;
	box-shadow: 0px 0px 5px rgba(18, 79, 73, 0.75);
	height: 200px;
	background: transparent;
	margin-left: 20px;
	margin-bottom: 20px;
}
.accomSlider.carouselSlider {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.carouselSliderContainer .accomSlider div.slide {
	width: auto;
	height: auto;
}
.accomSliderContainer .pagination{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.accomSliderContainer .pagination a span {
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #BBB;
	margin: 0 3px;
	text-indent: -999px;
	display: inline-block;
	border-radius: 5px;
}
.accomSliderContainer .pagination a.selected span {
	background: #059905;
}
