div.scrollf div.panel {
    width: 310px;
    height: 220px;
    border: 1px solid #000;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-weight: bold;
}

div.scrollf div.panel span.title,
div.scrollf div.panel a {
    visibility: hidden;
    position: absolute;
}

div.scrollf div.panelHover span.title,
div.scrollf div.panelHover a {
    visibility: visible;
    opacity: 0.75;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);;
}

div.scrollf div.panel span.title {
    left: 0;
    top: 0;
    padding: 3px 0 0 9px;
}

div.scrollf div.panel div.notfound {
    color: #222;
    text-align: center;
    padding-top: 10px;
    font-size: 80%;
}
div.scrollf div.panel a.internal {
    left: 6px;
    top: 0;
    color: #fff;
    background-color: #000;
}
div.scrollf div.panel a.external {
    right: 6px;
    bottom: 0;
    background: #fff url(external.png) no-repeat 92% center;
    padding-right: 19px;
}
div.scrollf div.panel a {
    padding: 3px 6px;
    text-decoration: none;
}

div.scrollf div.panel a.external span.flick {
    color: #FF0084;
}

div.scrollf div.panel a.external span.r {
    color: #0063DC;
}