#featured-posts-wrapper {
	background-color:#000000;
	padding:10px;
}
.glidecontentwrapper{
	position:relative; /* Do not change this value */
	width:672px;
	height:310px; /* Set height to be able to contain height of largest content shown*/
	overflow:hidden;
	margin:0;
	}

.glidecontentwrapper .post { /*style for each glide content DIV within wrapper.*/
	background-color:#000000;
	position:absolute; /* Do not change this value */
	width:100%;
	padding:0;
	margin:0;
	/* height:220px; */
	overflow:hidden;
	float:left;
}

.glidecontent .meta { margin-bottom:5px; }

.glidemeta{
	height: 0px;
	width:652px; /* jg lupa lebar image dikurangi padding dari glidemeta */
	padding:10px;
	position:absolute;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	top:235px; /* jg pake bottom g support di IE6 */
	line-height:14px;
	color: #fff;
	font: 11px/15px Arial, Helvetica, sans-serif;
	overflow: hidden;
	display:none;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	float:right;
	width:55px;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display:block;
	/*height:15px;*/
	float:left;
	font-size:11px;
	text-transform:uppercase;
	color:#948F73;
	width:20px;
}

.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:15px;
	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! */
	margin-right:5px;
}
.glidecontenttoggler a.next {
}

.glidecontenttoggler a.prev:hover {
}

.glidecontenttoggler a.next:hover{
}

#togglebox {
	/*margin-bottom:10px;*/
	display:none;
}