#slideshow {
	margin:0 auto;
	width:790px;
	height:363px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	color: #fff;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:710px;
  height:363px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:690px; /* -20px de #slidesContainer */
  height:363px;
  padding-top: 25px;
}
.slide h2, .slide p {
  margin:15px;
  line-height: 1.2em;
  color: #fff;
}
.slide a {
	color:#fff;
	font-weight:bold;
	
}
.slide a:hover {
	text-decoration:none;
}
.slide h2 {
	color:#fff;
	font: bold 1.6em Tahoma,Geneva,sans-serif;
}
.slide img {
  float:right;
  margin:0 15px;
  -moz-box-shadow: 3px 3px 3px #333333;
}
.slide ul {
	padding-left:15px;
}
.slide li {
	list-style: url(img/check_ok2.gif) inside;
}
/** 
 * Slideshow controls
 */
.control {
  display:block;
  width:39px;
  height:363px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:100;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}
#navDiapo{  
	cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 10px;
    width: 70px;  
} 