#ce_ds_galerie {
	width: 100%;
	margin: 0 auto;
	position: relative;
	left: 0;
	-webkit-transition: left 0.2s ease;
	   -moz-transition: left 0.2s ease;
	    -ms-transition: left 0.2s ease;
	     -o-transition: left 0.2s ease;
	        transition: left 0.2s ease;
}
.ce_ds_galerie_container {
	padding: 0 10%;
	float: left;
}
#ce_ds_galerie img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.ce_ds_galerie_text {
	width: 45%;
	margin: 0 5% 0 0;
	float: left;
	text-align: right;
	font-weight: 600;
}
.ce_ds_galerie_text h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.ce_ds_galerie_image {

}
.ce_ds_galerie_image img {
	border: 50px solid rgba(255, 255, 255, 0.1);
}

#ce_ds_galerie_prev,
#ce_ds_galerie_next {
	width: 26px;
	height: 51px;
	position: absolute;
	top: 50%;
	z-index: 10;
}
#ce_ds_galerie_prev {
	left: 20px;
	background: url('../images/nav_prev.png') left top no-repeat;
}
#ce_ds_galerie_next {
	background: url('../images/nav_next.png') left top no-repeat;
}


@media screen and (max-width: 900px) {
	
}
@media screen and (max-width: 712px) {
	
}
@media screen and (max-width: 501px) {
	
}
