.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 100%;
	height: 250px; /* Set height to be able to contain height of largest content shown*/
	border: 0;
	overflow: hidden;
	background-image: url(http://bretagne-quebec.com/course/fpcap/fond.gif);
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0;
visibility: hidden;
width: 100%;
z-index: 20;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
display: -moz-inline-box;
display: inline-block;
position: absolute;
width: 136px;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
margin: 0;
z-index: 140;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
position: absolute;
border: 3px solid #FFFFFF;
color: #2e6ab1;
padding: 0;
margin-right: 0;
text-decoration: none;
z-index: 140;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
border: 3px solid #FFDE17;
}

.glidecontenttoggler a:hover{
border: 3px solid #FFDE17;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
position: relative;
z-index: 20;
margin-top: 11px;
margin-left: 0px;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
border: 0;}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
border: 0;
background: #1A48A4;
color: white;
visibility: hidden;
}
