.eb_carrousel {
	position: relative;
	max-height: 300px;
	width: inherit;
}

/* IMAGE */
div.eb_carrousel_img {
	position: absolute;
	bottom:0;
	left: 5%;
	width: 90%;
	height: 100%;
}
div.eb_carrousel_img > ul {
	margin: 0;
	padding: 0;
	height: 100%;
}

div.eb_carrousel_img > ul > li {
	list-style: none;
	display: none;
	opacity: 0;
	height: 100%;
}

div.eb_carrousel_img > ul > li.carrousel_display {
	display: block;
}

div.eb_carrousel_img > ul > li > a > img {
	border-radius: 1%;
	margin: 0;
	width: 100%;
	height: 100% !important;
}

/* TITLE */
div.eb_carrousel_title {
    position: absolute;
	z-index: 1;
	top: 85%;
    left: 5%;
    width: 90%;
    height: 15%;
    background-color: rgba(255, 255, 255, 0.5);
}
div.eb_carrousel_title > ul {
    margin: 0;
    padding: 0;
}
div.eb_carrousel_title > ul > li {
	list-style: none;
	display: none;
	opacity: 0;
}
div.eb_carrousel_title > ul > li.carrousel_display {
	display: block;
	z-index: 2;
}
div.eb_carrousel_title > ul > li > h3 {
    position: absolute;
    top: 25%;
    left: 5%;
    margin: 0;
}

/* PAGINATION */
div.eb_carrousel_pagination {
	position: absolute;
    z-index: 2;
    top: 85%;
    left: 5%;
    width: 90%;
    height: 15%;
}
div.eb_carrousel_pagination > ul {
	margin: 0;
	padding: 0;
}
div.eb_carrousel_pagination > ul > li {
	list-style: none;
	position: absolute;
	display: block;
	z-index: 2;
	cursor: pointer;
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(50,50,50,1);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	top:40%;
}
div.eb_carrousel_pagination > ul > li.active {
	background: rgba(255,255,255,1);
}

/* BUTTON */
div.eb_carrousel_btn {
	opacity: 0;
	height: 100%;
}

div.eb_carrousel_btn > div > img {
    margin: 0;
	height: 15%;
    width: 100%;
	position: absolute;
	cursor: pointer;
}
div.eb_carrousel_btn_left {
    height: 100%;
    width: 5%;
    position: absolute;
    top: 35%;
    z-index: 1;
}
div.eb_carrousel_btn_right {
    height: 100%;
    width: 5%;
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 1;
}
