.learningJQ-carousel-wrapper {
margin: 100px auto;
position: relative;
border: 10px solid rgba(66, 151, 215, 0.41);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 2px #999;
-moz-box-shadow: 0 0 2px #999;
box-shadow: 0 0 2px #999;
box-sizing: content-box;
width: 600px;
height: 400px;
}
.learningJQ-carousel {
position: relative;
overflow: hidden;
width: 600px;
height: 400px;
}
.learningJQ-carousel  > img {
position: absolute;
width:600px;
height:400px;
top:0;
left:-600px;
}
.learningJQ-carousel  > img.showing {
left:0;
}
.learningJQ-carousel  > img.prev {
left:-600px;
}
.learningJQ-carousel  > img.next {
left:600px;
}
a.learningJQ-carousel-control-prev, a.learningJQ-carousel-control-next {
position: absolute;
top: 200px;
width: 30px;
height: 30px;
text-align: center;
background: #3193c0;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px #999;
-moz-box-shadow: 0 0 2px #999;
box-shadow: 0 0 2px #999;
}
.learningJQ-carousel-control-prev.inactive, .learningJQ-carousel-control-next.inactive {
opacity: .5;
cursor: default;
}
.learningJQ-carousel-control-prev {
left: -50px;
}
.learningJQ-carousel-control-next {
right: -50px;
}
#boutons label {
width:175px;
}
#mesImages {
margin-top:25px;
}
#mesImages img {
width:125px;
height:200px;
margin:13px;
}