.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 616px;
	height: 75px; /* Set height to be able to contain height of largest content shown*/
	border: none;
	overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute;
	padding: 4px;
	visibility: hidden;
	width: 616px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 308;
margin-top: 2px;
text-align: center;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: none;
	color: #2f447d;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	width:10px;
}

.glidecontenttoggler a.selected{
	background: #31414d;
	color: #FFFFFF;
}

.glidecontenttoggler a:hover{
	background: #31414d;
	color: #31414d;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	width:10px;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
font-weight: normal;
}

.glidecontenttoggler a.toc:hover{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
background:none;
font-weight: bold;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #2f447d;
color: white;
}

