.glidecontentwrapper{
	position:relative; /* Do not change this value */
	width:692px;
	height:240px; /* Set height to be able to contain height of largest content shown */
	overflow:hidden;
	margin:0;
	padding-bottom:7px;
}

.glidecontentwrapper .featured-post { /*style for each glide content DIV within wrapper.*/
	background-color:#23292b;
	position:absolute; /* Do not change this value */
	width:692px;
	padding:2px 5px 4px;
	margin:0;
	/* height:220px; */
	overflow:hidden;
	float:left;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	background:transparent url(../images/featured-button.gif) no-repeat;
	display:block;
	height:20px;
	font:normal 14px 'Century Gothic',Tahoma,Verdana,Arial;
	line-height:20px;
	color:#ffffff;
	margin-right:3px;
}

.glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#119cad;
}

.glidecontenttoggler a span {
}

.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! */
	background-position:0 5px;
	padding-left:25px;
	float:left;
}
.glidecontenttoggler a.next {
	background-position:100% -23px;
	padding-right:25px;
	float:right;
}

.glidecontenttoggler a.prev:hover {
}

.glidecontenttoggler a.next:hover{
}

#togglebox {
	/*margin-bottom:10px;*/
}