
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#timeCont {
    width: 650px;
}
#timeline {
    background: url("../images/timeBg.png") repeat-x scroll 0 23px rgba(0, 0, 0, 0);
    height: 60px;
}
.timeline LI {
    float: left;
    list-style: none outside none;
}
.timeline LI A {
    background: url("../images/time.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
    color: #919191;
    display: block;
    font: 12px Arial;
    padding: 0 13px 13px;
    text-decoration: none;
}
.timeline LI.active A {
    background: url("../images/timeactive.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
    color: #70ADF0;
}
#timelineContent {
}
.timelineContent {
}
.timelineContent LI {
    display: none;
}
.timelineContent LI P {
    color: #696969;
    font: 12px Arial;
}
.timelineContent LI IMG {
    border-radius: 15px;
    margin-bottom: 15px;
}
