#mySlideshow
{
	width: 480px;
	height: 288px;
	z-index:5;
	display: none;
	overflow:hidden;
	position: relative;
	color: #000;
	floating: right;
}

#mySlideshow img
{
	width: 425px;
	height: 280px;
	border: 0;
 	padding-left: 26px;
	padding-right: 0px; 
}

#mySlideshow #slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 425px;
	margin: 0px;
	left: 0px;
	bottom: 0;
	height: 0em;
	background: #fff;
	text-indent: 0;
} 

#slideInfoZone h2
{
	padding: 0;
	font-size: 100%;
	margin: 0;
	margin: 2px 5px;
	font-weight: strong;
	color: inherit;
}

#slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	margin: 2px 5px;
	color: #eee;
}

#mySlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

#mySlideshow a.right, #mySlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 5%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

* html #mySlideshow a.right, * html #mySlideshow a.left
{
	filter:alpha(opacity=50);
}

* html #mySlideshow a.right:hover, * html #mySlideshow a.left:hover
{
	filter:alpha(opacity=100);
}

#mySlideshow a.right:hover, #mySlideshow a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#mySlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

#mySlideshow a.right
{
	right: 0px;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}