#featured_wrapper{
	margin:0 auto 30px auto;
	width:668px;
}

#featured-posts-wrapper {
	background-color:#333;
	padding:0px 0px 0 0px;
	height:250px;
	width:668px;
	
}

#featured-posts-wrapper #shadow{
	background: transparent url(../images/glider_Dgtallika.png);
	background-repeat:no-repeat;
	width:668px;
	height:250px;
	z-index:110;
	position:absolute;
	
}

.glidecontentwrapper{
	position:relative; /* Do not change this value */
	width:668px;
	height:250px; /* 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:#ffffff;
	position:absolute; /* Do not change this value */
	width:100%;
	padding:0;
	margin:0;
	/* height:220px; */
	overflow:hidden;
	float:left;
}

.glidecontentwrapper .post .title{
	z-index:220; 
	position:absolute; 
	font-size:14px; 
	margin-top:2px;
	margin-left:0px;
	margin-right:0px;
	background-color:#000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	padding:5px;
	color:#FFF;
	float:left;
	width:100%;
}

.glidecontentwrapper .post .title a{color:#FFF; position:relative;}

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

.glidemeta{
	height: 155px;
	width:668px; /* jg lupa lebar image dikurangi padding dari glidemeta */
	position:absolute;
	background-color:#000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	top:180px;  /*jg pake bottom g support di IE6 */
	line-height:14px;
	color:#333;
	font: 11px Arial, Helvetica, sans-serif;
	overflow: hidden;
	display:none;
	z-index:200;
	
}
/*
#glidemeta_fix{
	height: 155px;
	width:668px; 
	top:150px;
	overflow: hidden;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
	position:absolute;
	display:none;
	z-index:300;
 }*/

.glidemeta .title a{
	color:#FFF; 
	font-size:12px;
	
	
}

.glidemeta .entry{
	color:#FFF; 
	font-size:11px;
	background-color:#000;
	padding:15px;
	
}

.glidemeta .entry a{
	color:#FFF; 
	font-size:11px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

}

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

.glidecontenttoggler a.toc.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background-image:url(../images/glider_selected.jpg);
	background-color:#fff;
	color:#fff;
}

.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! */
	margin-right:5px;
    padding:2px 1px;
	/*border:solid;*/
	/*border-width:1px;*/
	text-align:center;
	background-color:#000000;
	background-image:url(../images/glider_unselected.jpg);
	color:#fff;
	font-size:11px;
}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	margin-right:5px;
	padding:2px 1px;
	/*border:solid;
	border-width:1px;*/
	text-align:center;
	background-color:#920000;
	background-image:url(../images/glider_arrows2Dgtallika.jpg);
	color:#000;
	font-size:11px;
}
.glidecontenttoggler a.next {
	padding:2px 1px;
	/*border:solid;
	border-width:1px;*/
	text-align:center;
	background-color:#920000;
	background-image:url(../images/glider_arrows2Dgtallika.jpg);
	color:#000;
	font-size:11px;
}

.glidecontenttoggler a.prev:hover {
	background-color:#000;
}

.glidecontenttoggler a.next:hover{
	background-color:#000;
}

#togglebox {
	display:none;
	visibility:visible;
	margin:5px auto 0 auto;
	height:25px;
}