/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	/*border: 5px solid #ccc;*/
	margin: 0px auto 20px;
	position: relative;
	left: 0;
	top: 0;/*border-radius: 5px;
	box-shadow: inset 0 0 10px #A3A3A3;*/
	
}
/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 100%;
	height: 80%;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
	left: 0;
	top: 0;
	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 22px;
}
/* active slider border highlight */
.mb-active-slider {
/*border-color: #333;*/
}
/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 0px 5px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}
/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}
/*** Inside the panel ***/
.mb-inside {
	padding: 10px;/*border: 1px solid #999;*/
}
.mb-inside * {
	max-width: 100%;
}
/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 25px;
	height: 38px;
	background: transparent url(../img/fleche.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background-position: left bottom;
	left: -21px;
}
a.mb-scrollButtons.mb-right {
	background-position: right bottom;
	right: -22px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left top;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right top;
}
a.mb-scrollButtons.disabled {
	display: none;
}
/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	/*background: #ccc;*/
	position: relative;
	z-index: 100;
}
.mb-controls a {
	color: #D5B373;
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a:hover {
	color: #ca7701;
}
.mb-controls a.current {
	color: #5E3431;
}
.mb-active-slider .mb-controls {
/*background: #333;*/
}
.mb-inside p {
	    border-bottom: 2px solid #5E3431;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin-left: 115px;
    padding: 25px 0 10px 65px;
    position: absolute;
    top: 396px;
    width: auto;
}


 @media (max-width: 979px) {
.mb-slider, .mb-scroll {
	font-size: 18px;
}
.mb-slider .mb-panel {
	padding : 13px;
}
.mb-controls {
	margin: -20px auto 0;
}
.mb-inside p {
	top: 300px;
}
.mb-slider, .mb-scroll {
	width: auto;
	height: 60%;
}
.mb-inside * {
	max-width: 70%;
}
a.mb-scrollButtons.mb-left {
	background-position: left bottom;
	
}
.mb-inside p {
    margin-left: 90px;
    padding: 5px 0 5px 35px;
    position: absolute;
    top: 305px;
    width: auto;
}
}
@media (max-width: 630px) {
.mb-slider .mb-panel {
    padding: 0;
}
a.mb-scrollButtons.mb-left {
    background-position: left bottom;
    left: -11px;
}
a.mb-scrollButtons.mb-right {
    background-position: right bottom;
    right: -12px;
}

.mb-inside p {
	top: 290px;
	margin-left: 80px;
}
}
@media (max-width: 494px){
	.mb-controls {
    margin: 0 auto;
}
	
.mb-inside p {
    margin: 0 auto;
    padding: 5px 0 5px 0;
    position: absolute;
    top: 315px;
    width: 200px;
	border: none;
}
}
