/* Lets keep loading process beautiful */
#posthighlights_container .ph_post div{
    display: none;
}

#posthighlights_container { color: #000; margin: 18px 0 36px; position: relative; padding-bottom: 54px; }
#posthighlights_container { height: 216px; }  /*altura fixa por causa do ie - será melhor colocar nos hacks?*/

#posthighlights_container div.ph_post { position: relative; }
#posthighlights_container div.ph_content { padding: 0 9px; margin: 18px 0; font-size: 14px; position: absolute;}
#posthighlights_container h2 { padding-bottom: 54px; }
#destaque-principal h2 { padding-bottom: 18px; }
#posthighlights_container h2 a:hover { color: #000; text-decoration: underline; }
#posthighlights_container p { width: 420px; margin-bottom: 0; font-style: italic; }
#posthighlights_container p.meta { color: #fff; font-style: normal; }
#posthighlights_container p.meta a { color: #333; }

#ph-numeric-nav { background: url(slide-menu.png) no-repeat top left; height: 36px; position: absolute; right: 530px; bottom: 18px; }
#ph-numeric-nav ul { display: inline; }
#ph-numeric-nav li { display: inline; float: left; }
#ph-numeric-nav li a { cursor: pointer; display: block; width: 33px; height: 36px; text-indent: -9999px; }
#ph-numeric-nav li a:hover { border: none; }
#ph-numeric-nav-1.current a, #nph-umeric-nav-1 a:hover { background: url(slide-menu.png) bottom left no-repeat; }
#ph-numeric-nav-2.current a, #ph-numeric-nav-2 a:hover { background: url(slide-menu.png) -33px -36px no-repeat; }
#ph-numeric-nav-3.current a, #ph-numeric-nav-3 a:hover { background: url(slide-menu.png) -66px -36px no-repeat; }
#ph-numeric-nav-4.current a, #ph-numeric-nav-4 a:hover { background: url(slide-menu.png) -99px -36px no-repeat; }
#ph-numeric-nav-5.current a, #ph-numeric-nav-5 a:hover { background: url(slide-menu.png) -132px -36px no-repeat; }
#posthighlights_container .ph-canvas {
    position: absolute;
    width: 502px;
    height: 306px;
    right: 9px; 
    top: -18px;
    background-position: center center;
}

