#glidercontent { margin:0;}
.glidecontentwrapper { position:relative; /* Do not change this value */ width:100%; height:500px; /* 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: 0; width:100%; margin:0; /* height:220px; */
	overflow:hidden; float:left; }
.glidecontent .post { background:none; padding:0; width:500px; height:70px; background:#181817 url('../images/sfondi/bg_excerpt_hp.png') repeat-x bottom right; text-align:left; bottom:7px; right:20px; position:absolute; }
.glidecontent .post h1 { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; font-weight:bold; color:#FFF; margin: 5px 0 0 5px;}
.glidecontent .post p { font-family:Arial, Helvetica, sans-serif; font-size:11px;  font-weight:normal; color:#666; margin: 0px 0 0 5px; width:460px;}

.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:53px; width:29px; 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.png') no-repeat 0 0; padding-left:20px; margin-right:5px; }
.glidecontenttoggler a.next { background:transparent url('../images/post-nav-right-button.png') no-repeat 100% 0; padding-right:20px; float:right;}
.glidecontenttoggler a.prev:hover { }
.glidecontenttoggler a.next:hover { }
#togglebox {position:absolute; width:100%; z-index:10000; top:240px;}

