/* CAROUSEL */

.carousel{
    margin: 0 0 0 0;
    position: relative;
    height: 340px;
    width: 100%;
    overflow: hidden;   
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 354px;
}

.carousel .backgrounds .item{
	width: 50%;
	height: 340px;
	float: right;
	position: relative;
	z-index: 1;
}

.carousel .backgrounds .item_1{
    background-color: #50677a;
}

.carousel .backgrounds .item_2{
    background-color: #50677a;
}

.carousel .backgrounds .item_3{
    background-color: #50677a;
}
.carousel .panel{
	background-color: #50677a;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 350px;
	width: 100%;
	z-index: 10;
}

.carousel .panel .paging{
    position: absolute;
    bottom: 25px;
    right: 30%;
    width: 225px;
    text-align: center;
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
    padding: 2px 2px 0px 6px;
    border: 2px solid #fff;
    border-radius: 360px;
    margin: 0 3px;
    font-size: 5px;
    text-indent: -999999999999;
    word-wrap: normal;
    position: relative;
    text-decoration: none;
    display: inline-table;
    /* height: 58px; */
    text-indent: -9999px;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
}
.carousel .panel .details_wrapper {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 511px;
	overflow: hidden;
	height: 200px;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 512px;
    height: 212px;
    float: left;
	text-align: center;
}

.carousel .panel .details_wrapper .details h2{
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}   
.testimonial-images {margin: 0 0 0 -50px;}
/* END CAROUSEL */
