.glidecontentwrapperw{
position: relative; /* Do not change this value */
width: 355px;
/*height: 385px; Set height to be able to contain height of largest content shown*/
height: 130px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
z-index: 0;
}


.wglidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 355px;
z-index: 0;

}


.wglidecontenttoggler{ /*style for DIV used to contain toggler links. */
border-top: 1px dashed #ccc;
padding-top:8px;
width: 355px;
margin-top: 5px;
z-index: 0;
text-align: right; /*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*/
}


.wglidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px solid black;
color: #990000;
padding: 1px 0px;
margin-right: 0px;
font-weight: normal;
font-size:11px;
text-decoration: none;
font-family:tahoma;
z-index: 0;
}

.wglidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

color: black;
}

.wglidecontenttoggler a:hover{

color: black;
}

.wglidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.wglidecontenttoggler a.prev, .wglidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.wglidecontenttoggler a.prev:hover, .wglidecontenttoggler a.next:hover{

color: white;
}
