/*
    Presentation sous forme de slide

    Author : Francois Vanderstraeten
    Copyright : Micro Dif
    Version : 1.0 - 19/12/2009
*/

/* slide */
.showcase
{
    position: relative;
}
.showcase ul li
{
    height: 180px;
    width: 150px;
    float: left;
    list-style-type: none;
    overflow: hidden;
    text-align: center;
}
.showcase ul li div
{
    background-color: #ffffff;
    border-bottom: solid 2px #aae6ff;
    height: 178px;
}
.showcase ul li div a
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.showcase ul li div a img
{
    margin: 0px auto 7px auto;
    display: block;
}
/*.showcase ul li div
{
    background-image: url('/img/background_transparent_comment.png');
    background-color: #000000;
    height: 120px;
    padding: 10px;
    width: 550px;
    margin-top: 170px;
    opacity: 0.85;
}
.showcase ul li div h2
{
    margin: 0px;
    font-size: 14px;
    color: #cdc6b6;
}*/
/*.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;
}*/

.showcase#horizontal {
	margin: 0px auto;
	width: 660px;
	height: 241px;
        padding-bottom: 40px;
}

.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}




.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}

.showcase#horizontal ul {
	position: relative;
	width: 560px;
	height: 241px;
	margin: 0 auto;
}



/* deplacement */
.showcase a.controls
{
    position: absolute;    
}
/*.showcase a.previous
{
    padding-bottom: 4px;
}*/
.showcase a.next
{
    right: 0;
    /*padding-top: 4px;*/
}
