/*
CSS Credit: http://www.templatemo.com
*/


p { margin: 2px; padding: 2px; text-align: left; }

img { margin: 0px; padding: 0px; border: none; }


#templatemo_popular_posts {
	clear: both;
	width: 860px;
	height: 290px;
	overflow: hidden;
	padding: 20px 40px 40px 45px;
	margin-bottom: 5px;
	background: none;
}



h2 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}

<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width: 850px;
	height: 305px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 738px;
  height: 297px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  border:4px solid #C8C8C8;
}
#slideshow #slidesContainer .slide {
  width: 680px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 305px;
  margin:0 auto;  
}

.slide img {
	float:left;
	margin-right: 20px;
}

#slideshow #slidesContainer .slide a:hover {
	text-decoration: none;
}

#slideshow #slidesContainer .slide a p {
	color: #000000;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width: 43px;
  height: 168px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;
	top: 200px;
  	left:0;

}


#leftControl {
  top: 140px;
  left:0;
  background:transparent url(../images/b_prev.png) no-repeat 0 0;
}
#rightControl {
  top: 140px;
  right:0;
  background: transparent url(../images/b_next.png) no-repeat 0 0;
}