.glidecontentwrapper{
	position:relative; /* Do not change this value */
	width:420px;
	height:200px; /* Set height to be able to contain height of largest content shown */
	overflow:hidden;
	margin:0;
	z-index:0
	}

.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;
	z-index=0;
}

.glidecontent .meta { margin-bottom:5px; z-index=0;}

.glidemeta{
	height: 55px;
	width:552px; /* 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:225px; /* jg pake bottom g support di IE6 */
	line-height:14px;
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
	overflow: hidden;
	display:none;
	z-index=0;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	padding:0 7px;
	z-index=0;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	background:transparent url('images/featured-nav-bg.gif') no-repeat 0 0;
	display:block;
	height:22px;
	float:left;
	font-size:10px;
	line-height:22px;
	text-transform:uppercase;
	color:#717171;
	padding-left:6px;
	margin-right:5px;
	z-index=0;
}

.glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#9597C2;
	z-index=0;
}

.glidecontenttoggler a span {
	background:transparent url('images/featured-nav-bg.gif') no-repeat 100% 0;
	display:block;
	height:22px;
	float:left;
	cursor:pointer;
	padding-right:6px;
	z-index=0;
}

.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
z-index=0;
}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
z-index=0;
}
.glidecontenttoggler a.next {
z-index=0;
}

.glidecontenttoggler a.prev:hover {
z-index=0;
}

.glidecontenttoggler a.next:hover{z-index=0;
}

#togglebox {	z-index=0;
	/*margin-bottom:10px;*/
}