#glidercontent{
	margin:0 0 7px;
}

.glidecontentwrapper{
	position:relative; /* Do not change this value */
	width:640px;
	height:290px; /* Set height to be able to contain height of largest content shown*/
	overflow:hidden;
	margin:0;
	}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	background:#f9f8f3 url('../images/container-bg.gif') repeat-x 0 0;
	position:absolute; /* Do not change this value */
	padding:6px 0;
	width:640px;
	margin:0;
	/* height:220px; */
	overflow:hidden;
	float:left;
}

.glidecontent .post {
	background:none;
	padding:0;
}
.glidecontent .meta { margin-bottom:5px; }

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display:block;
	height:13px;
	float:left;
	font-size:11px;
	text-transform:uppercase;
	color:#948F73;
}

.glidecontenttoggler a.selected, .glidecontenttoggler a:hover{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#CFA03A;
}

.glidecontenttoggler a span {
	display:block;
	height:22px;
	float:left;
	cursor:pointer;
}

.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:transparent url('../images/post-nav-left-button.gif') no-repeat 0 0;
	padding-left:20px;
	margin-right:5px;
}
.glidecontenttoggler a.next {
	background:transparent url('../images/post-nav-right-button.gif') no-repeat 100% 0;
	padding-right:20px;
}

.glidecontenttoggler a.prev:hover {
}

.glidecontenttoggler a.next:hover{
}

#togglebox {
	margin-bottom:10px;
}
