.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 770px;
height: 190px;  Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/

.glidecontentwrapper_specmatch{
position: relative; /* Do not change this value */
width: 760px;
height: 284px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontentwrapper_newsADR{
position: relative; /* Do not change this value */
width: 200px;
z-index:0;
height: 110px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontentwrapper_newsADR{
position: relative; /* Do not change this value */
width: 200px;
z-index:0;
height: 110px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontentwrapper_news2009{
position: relative; /* Do not change this value */
width: 680px;
z-index:0;
height: 220px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontent{
	position: absolute; /* Do not change this value */
	margin-top: 7px;
	margin-left: 20px;
	visibility: hidden;
	width: 740px;
	background: url(http://www.autourdurct.net/images/_rct/0809_new_rct01_back.png);
}

.glidecontent_match{
	position: absolute; /* Do not change this value */
	margin-top: 7px;
	margin-left: 20px;
	visibility: hidden;
	width: 740px;
	background: url(http://www.autourdurct.net/images/_rct/topinfo_contenu_288_fond.png);
}

.glidecontent_newsADR{
	position: absolute; /* Do not change this value */
	margin-top: 0px;
	margin-left: 0px;
	visibility: hidden;
	width: 200px;
	z-index:0;
	background-color: #FFE2B4;
}

.glidecontent_news2009{
	position: absolute; /* Do not change this value */
	margin-top: 0px;
	margin-left: 0px;
	visibility: hidden;
	width: 680px;
	z-index:0;
	background-color: #FFE2B4;
}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{
	/*style for DIV used to contain toggler links. */
	width: 750x;
	margin-top: 18px;
	margin-bottom: 5px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler_ADR{
	/*style for DIV used to contain toggler links. */
	width: 250x;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.glidecontenttoggler_2009{
	/*style for DIV used to contain toggler links. */
	width: 600x;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

	
.glidecontenttoggler a{
	/*display: none;*/
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid black;
	color: #FFA07A;
	padding: 3px;
	margin-right: 1px;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}

.glidecontenttoggler_ADR a{
	/*display: none;*/
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #808080;
	color: #FF7D4F;
	padding: 3px;
	margin-right: 1px;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}

.glidecontenttoggler_2009 a{
	/*display: none;*/
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #808080;
	color: #FF7D4F;
	padding: 3px;
	margin-right: 1px;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler_ADR a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #C00000;
color: #FFF;
}

.glidecontenttoggler_2009 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #C00000;
color: #FFF;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler_ADR a:hover{
background: #FF4040;
color: #FFF;
}

.glidecontenttoggler_2009 a:hover{
background: #FF4040;
color: #FFF;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

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

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

.glidecontenttoggler_ADR a.prev:hover, .glidecontenttoggler_ADR a.next:hover{
background: #1A48A4;
color: white;
}

.glidecontenttoggler_2009 a.prev:hover, .glidecontenttoggler_2009 a.next:hover{
background: #1A48A4;
color: white;
}