/* **************** DETIK HIGHLIGHT ******************* */
#detikhighlight {
    width: 976px;
    background: none;
    display: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
}
#detikhighlightwrapper {
    width: 976px;
    height: 90px;
    overflow: hidden;
    position: relative;
}
#detikhighlightnav {
    width: 960px;
    height: 18px;
	padding: 5px;
    position: absolute;
	z-index: 99;
    bottom: 5px;
    right: 5px;
}
#detikhighlightnav .next, #detikhighlightnav .previous {
    width: 18px;
    height: 18px;
    float: right;
	background-image: url(../menutambahan/detikhighlightnav.gif);
	background-repeat: no-repeat;
}
#detikhighlightnav .previous { float: left; }
#detikhighlightnav .next {
    background-position: 100% 0; /* Use CSS Sprites */
}
#detikhighlightnav .next:hover {
    background-position: 100% -18px;
}
#detikhighlightnav .previous {
    background-position: 0 -54px;
}
#detikhighlightnav .previous:hover {
    background-position: 0 -36px;
}
#detikhighlight a:link span, #detikhighlight a:visited span, #detikhighlight a:hover span{
    color: #000;
    text-decoration: none;
}
#detikhighlight h3 {
    border: none !important;
    margin: 5px 0 !important;
    color: #fff !important;
    text-align: left !important;
    padding: 0 3px !important;
}
#detikhighlight h4 {
    font: bold 11px Georgia,"Times New Roman",Times,serif !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    border: none !important;
    text-transform: none !important;
}
#detikhighlight a:link h4, #detikhighlight a:visited h4 {
    color: #00f !important;
}
#detikhighlight a:hover h4 {
    color: #f00 !important;
}
#detikhighlight ul {
    margin: 0 !important;
    padding: 0 5px !important;
    float: left;
    position: absolute;
}
#detikhighlight ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none none outside !important;
    float: none;
    position: absolute;
    width: 244px;   /* Required for DetikSlider */
    height: 90px; /* Required for DetikSlider */
    background: none;
    clear: none !important;
    overflow: hidden;
}
#detikhighlight ul li span {
    font-size: 11px;
    margin-top: 5px;
}
/* ******************************************* */