
#slideshow{
	padding:50px 0 19px 2px;
}
#titre_slideshow{
	margin:0px 0px 6px 20px;
	padding:0px 0px 0px 0px;
	float:left;
	font-size:17px;
	width:124px;
    font-weight:bold;
    color:#fdfdfd;
    font-family: 'FrutigerLT55RomanRegular';
    text-shadow: #161616 2px 2px;
}
#slideshow-container {
	overflow:hidden;
	width:164px;
	height:256px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid #ff0000;*/
}
.hasdrone #slideshow-container {
    height:128px;
}
#slideshow-slider {
	list-style-type: none;
	position:relative;
/*	border:1px solid #ffff00;*/
}
#slideshow-slider li {
	background:url("../medias/home/ombre-360.png") no-repeat scroll left top transparent;
	height:120px;
	width:164px;
	padding:4px 0px 0px 4px;
	margin:0px 0px 10px 0px;
}

#slideshow-prev{
    height: 8px;
    width:156px;
    cursor: pointer;
    background: transparent url(../medias/home/prev-vertical.png) no-repeat 140px 0px;
    /*border:1px solid #ffff00;*/
    margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:6px;
}
#slideshow-prev:hover {
    background-position: 140px -8px;
}
#slideshow-prev:active {
    background-position: 140px -16px;
}

#slideshow-next{
    width: 16px;
    height: 8px;
    width:156px;
    cursor: pointer;
    background: transparent url(../medias/home/next-vertical.png) no-repeat 140px 0px;
    /*border:1px solid #ff0000;*/
    margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#slideshow-next:hover {
    background-position: 140px -8px;
}
#slideshow-next:active {
    background-position: 140px -16px;
}

*+html #slideshow-prev{
	margin-top:-16px;
	margin-bottom:10px;	
}