.glidecontentwrapper{
	position:relative; /* Do not change this value */
	width:100%;
	height:253px; /* Set height to be able to contain height of largest content shown */
	overflow:hidden;
	margin:0;
	padding-bottom:13px;
}

.glidecontentwrapper .featured-post { /*style for each glide content DIV within wrapper.*/
	background-color:#ffffff;
	position:absolute; /* Do not change this value */
	width:100%;
	padding:0;
	margin:0;
	/* height:220px; */
	overflow:hidden;
	float:left;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	background:url(../images/nav-button.gif) no-repeat 0 100%;
	width:160px;
	height:24px;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display:block;
	height:24px;
	float:left;
	font-size:10px;
	line-height:22px;
	text-transform:uppercase;
	color:#717171;
	margin-right:6px;
}

.glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#9597C2;
}

.glidecontenttoggler a span {
	display:block;
	height:24px;
	float:left;
	cursor:pointer;
	padding-right:6px;
	text-indent:-9999px;
}

.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	width:90px;
}
.glidecontenttoggler a.next {
	width:64px;
	margin:0;
}

.glidecontenttoggler a.prev:hover {
}

.glidecontenttoggler a.next:hover{
}

#togglebox {
	/*margin-bottom:10px;*/
}