.mask{
	position:relative;
	width:980px;
	height:390px;
	overflow:hidden;
}

#slide_element{
	position:absolute;
}

.slideshow{
	float:left;
}

.slideshow a{
	position : relative;
	z-index:10;
	display : block;
	margin-top : -36px;
	margin-left : 940px;
	width : 41px;
	height : 39px;
	background : url(../images/croix_pub_relever.png) no-repeat;
}

.slideshow a:hover{
	position : relative;
	z-index:10;
	display : block;
	width : 41px;
	height : 39px;
	background : url(../images/croix_pub_enfoncer.png) no-repeat;
}

#buttons
{
	position : absolute;
	float : right;
	z-index : 10;
	list-style-type : none;
	position : relative;
	float : right;
	margin : -370px 80px;
	color : white;
	padding-right : 5px;
}

#buttons li{
	display : inline;
}

#buttons li{
	cursor : pointer;	
}
#buttons a{
	color : white;
}
#buttons a:active{
	color : #3b3b3b;
	text-decoration : underline;
}
