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


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width:430px;
*width:420px;
height:365px;
}


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 420px;
padding:0 5px;
position:relative;
top:-2em;
z-index:250;
}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color:#666;
text-decoration:none;
font-weight:bold;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
background:url(images/circle.gif) no-repeat top;
width:17px;
height:17px;
margin:0 2px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-position:bottom;
}

.glidecontenttoggler a:hover{
background-position:bottom;
}

.glidecontenttoggler a.prev {
background:url(images/prev.gif) no-repeat left;
padding-left:17px;
font-size:14px;
}
.glidecontenttoggler a.next{
background:url(images/next.gif) no-repeat right;
padding-right:17px;
font-size:14px;
*margin-right:10px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color: #999;
}