
#jfcg {
    position:relative;
    height:410px;
}

#jfcg a:link,
#jfcg a:hover,
#jfcg a:visited
 {
    text-decoration: none;
}

#jfcg.cont {
    position:relative;
    height:410px;
    background-image:url('./header-pic.png');
    background-repeat:no-repeat;
}

#jfcg div {
    position:absolute;
    top:0;
    left:0;
    width: 1024px;
    height: 410px;
    z-index:8;
    filter: alpha(opacity=0);
    opacity:0.0;
    background-color:transparent;
}

#jfcg h2 {
    font-family: Arial,Verdana,"Helvetica",Times New Roman;
    font-size: 1.5em;
    position:absolute;
    left: 30px;
    top: 175px;
    background-color:none;
    color:#000d61;
    width:60%;
    margin-bottom:0;
    display:none;
}

#jfcg div.active {
    z-index:10;
    filter: alpha(opacity=100);
    opacity:1.0;
}

#jfcg div.last-active {
    z-index:9;
    filter: alpha(opacity=0);
    opacity:0.0;
}

#jfcg div img {
    width: 100%;
    height: 100%;
}

