/********** SLIDE **********/
#slideshow {
	width: 542px;
	height: 280px;
	float: left;
	margin: 35px 0 0 60px;
	padding: 0;
	position: relative;
	background: transparent;
	}
#slideshow #slidesContainer {
	padding: 0;
	margin: 0 auto;
	width: 474px;
	height: 280px;
	overflow: auto;
	position: relative;
	}
#slideshow #slidesContainer .slide {
  margin: 0 auto;
  padding: 0 auto;
  width: 474px;
  height: 280px;
	}
.slide h2 {
	height: 60px;
	color: #9d9d9d;
	text-shadow: 1px 1px #000;
	}
.slide a {
	float: right;
	color: #9d9d9d;
	font-weight: bold;
	text-shadow: -1px -1px #000;
	margin: 5px 40px 0 0;
	padding: 4px;
	background: #1b1b1b;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	}
.slide a:hover {
	color: #fff;
	}
.cover {
	width: 464px;
	height: 95px;
	position: absolute !important;
	bottom: 0px;
	padding: 5px 5px;
	background: #000;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}






.control {
  display: block;
  width: 77px;
  height: 280px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
	}
#navDiapo{
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	right: 25px;
	bottom: 10px;
	cursor: pointer;
	}
#leftControl {
  top: 0;
  left: 0;
  background: transparent url(images_slideshow/control_left.png) no-repeat top;
	}
#leftControl:hover {
	background: transparent url(images_slideshow/control_left.png) no-repeat bottom;
	}
#rightControl {
  top: 0;
  right: 0;
  background: transparent url(images_slideshow/control_right.png) no-repeat top;
	}
#rightControl:hover {
	background: transparent url(images_slideshow/control_right.png) no-repeat bottom;
	}
