* {

}
:focus {
outline : none;
}
.showcase {
position : relative;
}
.showcase a.controls {
position : absolute;
width : 54px;
height : 42px;
text-decoration : none;
color : #fff;
font-size : 40px;
font-weight : bold;
text-align : center;
top : 100px;
border-top-color : #fff;
border-right-color : #fff;
border-bottom-color : #fff;
border-left-color : #fff;
background-image : url(fleche_d.png);
}
.showcase a.previous {
padding-bottom : 4px;
}
.showcase ul li {
width : 170px;
height : 170px;
float : left;
list-style-type : none;
}
.showcase ul li a {
display : block;
}
.showcase li a img {
width : 100%;
height : 100%;
border : 0;
}
.showcase#horizontal {
width : 876px;
height : 170px;
margin-top : 20px;
margin-right : auto;
margin-bottom : 0;
margin-left : auto;
}
.showcase#horizontal a.controls {
margin-top : -25px;
}
.showcase#horizontal a.next {
right : 0;
padding-top : 10px;
background-image : url(fleche_g.png);
}
.showcase#horizontal a.controls:hover {
border-color : #2097fa;
}
.showcase#horizontal ul {
position : relative;
width : 750px;
height : 170px;
margin-top : 0;
margin-right : auto;
margin-bottom : 0;
margin-left : auto;
} 
