/** articles */
#gly-gallery .top-nav {
	height: 14px;
}
#gly-gallery .top-nav .next,
#gly-gallery .top-nav .prev {
	display: block;
	height: 14px;
	width: 17px;
}
#gly-gallery .top-nav .next a,
#gly-gallery .top-nav .prev a {
	text-decoration: none;
}
#gly-gallery .top-nav .next {
	float: right;
}
#gly-gallery .top-nav .prev {
	float: left;
}

#gly-gallery .slides {
	clear: both;
	overflow: auto;
	position: relative;
}
#gly-gallery .slide {
	width: 558px;
	position: relative;
	float: left;
	text-align: justify;
}
#gly-gallery .bottom-nav {
	position: relative;
	top: -14px;
	height: 14px;
	overflow: hidden;
	clear: both;
	margin-left:17px;
	margin-right:17px;
	background: url(../images/scroll-slide.jpg) repeat-x top left;
}
#gly-gallery .bottom-nav a {
	display: block;
	outline: none;
	background: url(../images/scroll-slide.jpg) repeat-x top left;
}
#gly-gallery .bottom-nav a.here {
	background: url(../images/barre-defilement.png) no-repeat center center;
}
#gly-gallery .bottom-nav .next,
#gly-gallery .bottom-nav .prev {
	display: block;
	height: 60px;
}
#gly-gallery .bottom-nav ul {
	display: block;
	margin: 0;
	list-style: none;
	float: left;
	height: 14px;
	overflow: hidden;
}
#gly-gallery .bottom-nav li {
	float: left;
	width: 104px;
	margin-top: -3px;
}
#gly-gallery .bottom-nav li a {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

#gly-gallery .scrollContainer {

}

#gly-gallery h2 {
	color: #3F3F41;
}
#gly-gallery .diapo {
	margin: 20px 0;
	text-align: center;
}
#gly-gallery .read-more {
	text-align: right;
}
#gly-gallery .read-more a {
	font-weight: bold;
	text-decoration: none;
}


/** clients */
#clients .slide {
	height:430px;
	width: 950px;
	float: left;
	overflow: hidden;
	background: #dbd5d8;
	margin:0 -3px;
	padding-left:5px;
}
#clients .top-nav {
	float:left;
	width: 950px;
	height: 30px;
}
#clients .top-nav .next,
#clients .top-nav .prev {
	display: block;
	width: 52px;
	height: 17px;
}
#clients .top-nav .next a,
#clients .top-nav .prev a {
	text-decoration: none;
}
#clients .top-nav .next {
	float: right;
}
#clients .top-nav .prev {
	float: left;
}
#clients .slides li {
	float: left;
	width: 300px;
	height: 100%;
	margin: 5px;
	margin-top: 10px;
	text-align:center;
}
#clients .slides li a {
	position: relative;
}