.glidecontentwrapper{
	background:#000000;
	position:relative; /* Do not change this value */
	width:613px;
	height:289px; /* Set height to be able to contain height of largest content shown */
	overflow:hidden;
	border:1px solid #605259;
	margin:0 0 2px;
	}

.glidecontentwrapper .featured-post { /*style for each glide content DIV within wrapper.*/
	background-color:#000000;
	position:absolute; /* Do not change this value */
	width:615px;
	margin:0;
	height:289px;
	overflow:hidden;
	float:left;
}

.featured-post .info {
	background:#111111;
	position:absolute;
	top:254px;
	left:0;
	width:615px;
	padding:11px;
}

.featured-post .info a { color:#e7e7e7; }

.featured-post .info a:hover { color:#b70b58; }

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	position:relative;
	width:615px;
	height:22px;
	text-align:center;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	font-size:10px;
	line-height:22px;
	text-transform:uppercase;
	margin:0 3px;
	color:#e7e7e7;
}

.glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#000000;
}

.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next {
	background:transparent url(../images/featured-button.png) no-repeat 0 0;
	width:13px;
	height:11px;
	position:absolute;
	top:5px;
	text-indent:-9999px;
	overflow:hidden;
}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	left:0;
}
.glidecontenttoggler a.next {
	background-position:0 -11px;
	right:0;
}

.glidecontenttoggler a.prev:hover {
}

.glidecontenttoggler a.next:hover{
}

#togglebox {
	/*margin-bottom:10px;*/
}