.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 228px;
height: 126px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
.glidecontentwrapperBis{
position: relative; /* Do not change this value */
width: 423px;
height: 135px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
float:left;
border:1px solid #dfdfdf;
border-top:0; 
background:#efefef;
}
.glidecontentwrapperTris{
position: relative; /* Do not change this value */
width: 248px;
height: 217px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
float:left;
border:1px solid #dfdfdf;
border-top:0; 
background:#f2f2f2;
}
/*
	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
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #fff;
margin:5px;
visibility: hidden;
width: 210px;
height: 140px;
padding:5px;
}
.glidecontentBis{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #efefef;
visibility: hidden;
width: 413px;
height: 100px;
padding:5px;
bottom:1px solid #dfdfdf;
line-height:16px;
margin-top:5px;
}
.glidecontentTris{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #f2f2f2;
visibility: hidden;
width: 240px;
height: 122px;
bottom:1px solid #dfdfdf;
line-height:16px;
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 220px;
}
.glidecontenttogglerBis{ /*style for DIV used to contain toggler links. */
width: 100px;
float:left;
}
.glidecontenttogglerTris{ /*style for DIV used to contain toggler links. */
width: 70px;
float:left;
}
.glidecontenttoggler a, .glidecontenttogglerBis a, .glidecontenttogglerTris a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline;
color: #2e6ab1;
padding: 0 3px;
margin-right: 0;
font-weight: bold;
text-decoration: none;
border:0;
background:url(../img/down.gif)  no-repeat top;
}

.glidecontenttoggler img, .glidecontenttogglerBis img, .glidecontenttogglerTris img{ border:0; }
.glidecontenttoggler a.selected, .glidecontenttogglerBis a.selected, .glidecontenttogglerTris a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background:url(../img/hover.gif) no-repeat top;
}

.glidecontenttoggler a:hover, .glidecontenttogglerBis a:hover, .glidecontenttogglerTris a:hover{
background:url(../img/hover.gif)  no-repeat top;
}

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

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

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover, .glidecontenttogglerBis a.prev:hover, .glidecontenttogglerBis a.next:hover, .glidecontenttogglerTris a.prev:hover, .glidecontenttogglerTris a.next:hover{
background:url(../img/hover.gif)  no-repeat top;
}
