#highlights-box {
    position:relative;
    width:910px;
    overflow:hidden;
}
#highlights-box a {
    font-size: 14px;
    color:#666;
    font-weight: 500;
}
#highlights-content {
    height:370px;
}
.highlights-item:first-child {
    display:block;
}
.highlights-item {
    position:absolute;
    top:0;
    left:0;
    width:920px;
    height:330px;
    display:none;
}
.highlights-title {
    position:absolute;
    top:148px;
    left:10px;
    width:172px;
    height:12px;
    padding:6px;
    font-size:12px;
    font-weight:bold;
    color:#4F4F4F;
    white-space:nowrap;
    overflow:hidden;
    background:url(/gfx/85white.png);
}
.highlights-text {
    width:296px;
    height:330px;
    padding-left: 17px;
    color:#4F4F4F;
    overflow:hidden;
    float:left;
    padding-top:40px;
    background: #fff;
}
#highlights-toolbar {
    position:absolute;
    top:10px;
    right:10px;
    height:16px;
    padding:3px;
    background:url(/gfx/85white.png);
}
#highlights-toolbar a {
    padding:0 2px;
}
#highlights-titles {
    position:absolute;
    top:10px;
    right:10px;
    list-style:none;
}
#highlights-pages {
    position:absolute;
    bottom:10px;
    right:10px;
    list-style:none;
}
#highlights-pages li {
    float:left;
}
#highlights-pages a {
    float:left;
    display:block;
    width:15px;
    height:15px;
    margin:0003px;
    padding:3px;
    text-align:center;
    text-decoration:none;
    color:#4F4F4F;
    background:url(/gfx/85white.png);
}
#highlights-pages a:hover {
    color:#FFF;
    background:#4F4F4F;
}

/*slideshow.*/
#highlights-slideshow {
    padding: 1px;
    background: #ccc;
    float:left;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    behavior: url(/gfx/PIE.htc);
}

#highlights-slideshow li {
    float: left;
    width: 227px;
    height:31px;
    position:relative;
    cursor: pointer;
}
#highlights-slideshow a.active .timer-container {
    height: 6px;
    background: url(/gfx/active-img.png) center bottom no-repeat #ccc;
}
#highlights-slideshow .timer {
    width: 0px;
    height: 6px;
    background: #333;
}
#highlights-slideshow .highlights-element-title {
    background: #f2f2f2;
    height: 25px;
    line-height:18px;
    text-align:center;
    overflow:hidden;
}
#highlights-slideshow a.active .separator, #highlights-slideshow li:nth-child(4n) .separator {
    border-right: none;
}
#highlights-slideshow .separator {
    display: block;
    height: 18px;
    margin-top: 4px;
    border-right: 1px solid #ccc;
}
#highlights-slideshow li:nth-child(4n+1) .highlights-element-title {
    border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    behavior: url(/gfx/PIE.htc);
}
#highlights-slideshow li:first-child .highlights-element-title {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    behavior: url(/gfx/PIE.htc);
}
#highlights-slideshow li:last-child .highlights-element-title {
    border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    behavior: url(/gfx/PIE.htc);
}
#highlights-pause, #highlights-start {
    position:absolute;
    right: 10px;
    top: 10px;
    width:7px;
}
#highlights-slideshow a.active {
    color:#fff;
}
#highlights-slideshow a.active .highlights-element-title {
    background: #999;
}
.highlights-page-picture {
    width: 600px;
    height: 370px;
    float:left;
}
#highlights-controll {
    width: 10px;
}
