/* Name: detikSlider
 * Version: 1.0
 * Last Update: 16.06.2009
 * NOTE : Erase all comments and compress this script while in use
 * */

#detikhighlight {
    width: 586px;
    background: #3c3;
    border: 1px solid #B9D5C0;
    display: block;
    padding: 0 5px 5px 8px;
    margin: 25px 0 0 0;
    position: relative;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
}
#detikhighlightwrapper {
    width: 580px;
    height: 210px;
    overflow: hidden;
    position: relative;
}
#detikhighlightnav {
    width: 100px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
}
#detikhighlightnav .next, #detikhighlightnav .previous {
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 5px;
}
#detikhighlightnav .next {
    background: url(..image/detikhighlightnav.gif) no-repeat 0 -16px; /* Use CSS Sprites */
}
#detikhighlightnav .next:hover {
    background: url(..image/detikhighlightnav.gif) no-repeat 0 0px;
}
#detikhighlightnav .previous {
    background: url(..image/detikhighlightnav.gif) no-repeat 0 -48px;
}
#detikhighlightnav .previous:hover {
    background: url(..image/detikhighlightnav.gif) no-repeat 0 -32px;
}
#detikhighlight a:link span, #detikhighlight a:visited span, #detikhighlight a:hover span {
    color: #000;
    text-decoration: none;
    border: 0;
}
#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: #063 !important;
}
#detikhighlight a:hover h4 {
    color: #f00 !important;
    border: 0;
}
#detikhighlight h5 {
    font: bold 10px Georgia,"Times New Roman",Times,serif;
    text-align: left;
	color: #e00;
    margin: 0 !important;
    padding: 0 !important;
}
#detikhighlight ul {
    margin: 0 !important;
    padding: 0 5px !important;
    float: left;
    position: absolute;
    border: 0;
}
#detikhighlight ul li {
    margin: 0 !important;
    padding: 5px !important;
    list-style: none none outside !important;
    float: none;
    position: absolute;
    width: 110px;   /* Required for DetikSlider */
    height: 176px; /* Required for DetikSlider */
    background: #fff;
    clear: none !important;
    overflow: hidden;
    border: 0;
}
#detikhighlight ul li span {
    font-size: 11px;
    margin-top: 5px;
}
#detikhighlight img.logo {
    width: 118px;
    height: 18px;
}
#detikhighlight img.illustrasi {
    width: 100px;
    height: 80px;
    padding: 0 !important;
    border: none !important;
}
html>body #detikhighlight img.illustrasi {
    width: 110px;
}

