#moodular_wrapper {
	position: relative;
}

#moodular,
#moodular li {
	width: 100%;
	height: 289px!important;
	max-height: 400px;
	overflow: hidden;
}
#moodular,
#moodular li {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#moodular {
	list-style: none;
}
#moodular li {
	float: left;
	display: block;
}
#moodular li img {
	max-width: 100%;
	display: block;
	line-height: 1;
	margin: 0 auto;
	vertical-align: middle;
}
#moodularIndex {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0;
	z-index: 100;
	display: inline-block;
	list-style: none;
}
#moodularIndex {
	
}
#moodularIndex li {
	float: left;
	margin: 0 2px;
}
#moodularIndex li a {
	width: 16px;
	height: 16px;
	display: block;
	background: #f0f0f0;
	font-size: 0;
	outline: 0;
	line-height: 0;
	text-indent: -9999px;
}
#moodularIndex li.active a {
	background: #8ab820;
}

#moodular_img { display: inline-block; max-width: 100%; float: left;}

#moodular #moodular_text {
	position: absolute;
	bottom: 0;
	z-index: 90;
	background: #e5e5e5;
	font-weight: normal;
	color: #393939;
	width: 100%;
}

#moodular_text .moodular_text_container { padding: 10px 30px 20px 30px ; font-size: 19px; font-weight: normal; line-height: 22px;}
#moodular_text #btn_link { background-color: #8ab820; font-size: 18px; padding: 10px 0; margin-top: 10px; width: 100%;  display: none; }
#moodular_text #btn_link:before { 
	background: url(../../../../../img/arrow_diapo.png) no-repeat; 
	content: ''; 
	display: inline-block; 
	width: 14px; 
	height: 14px;
	vertical-align: middle;
	padding-right: 5px;
}