.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 140px;
	min-height: 150px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	line-height:1.2;
	
}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 10px;
	visibility: hidden;
	width: 120px;
	font-size:95%; 
	line-height:1.2;
}

#side_bar .glidecontent a {
	line-height:1.2; 
	padding:0; 
	text-decoration:underline;
	color:#004466;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	margin-top: 6px;
	text-align: center; 
	display:block;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a:hover{
	background: #E4EFFA;
	color: black;
}

.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;
	text-decoration:underline;
}