.timeline {
    padding: 0px;
    margin: 0px;
    overflow: none;
    color: #fff;
    font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;
    font-size: 8pt;
}
 
.timeline_arrows {
    overflow: hidden;
    padding-left: 2px; 
    padding-bottom: 10px;
    zoom: 1;
}
 
.timeline_arrows div {
    float: left;
}
 
.timeline_date {
    display:none;
    height: 20px;
    color: #fff;
    background-color: #343434;
    padding: 0px 15px 0px 15px;
    line-height: 1.6em;
}
 
.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear {
     display:none;
    cursor: pointer;
    width: 15px;
    height: 20px;
    background: url(http://www.samsarafurniture.com.au/timeline4/arrows.png) no-repeat;
}
 
.timeline_lastyear {
    border-right: 1px solid #000;
}
 
.timeline_lastyear:hover {
    background-position: 0px -20px;
}
 
.timeline_lastmonth,
.timeline_nextmonth {
    background-position: -15px 0px;
}
 
.timeline_lastmonth:hover,
.timeline_nextmonth:hover {
    background-position: -15px -20px;
}
 
.timeline_nextyear {
    background-position: -30px 0px;
    border-left: 1px solid #000;
}
 
.timeline_nextyear:hover {
    background-position: -30px -20px;
}
 
.timeline_top {
    overflow : hidden;
    display: block;
}
 
.timeline_bottom {
    overflow: visible;
    display: block;
}
 
.timeline_top ul, 
.timeline_bottom ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
 
.timeline_top li, 
.timeline_bottom li {
    float: left;
    margin-right: 2px;
    padding: 3px 2px 0px 2px;
    border-bottom: 1px solid #666666;
}
 
.timeline_bottom li {
    border: none;
}
 
.timeline_bottom li {
    padding: 0px 2px 3px 2px !important;
}
 
.timeline_top li div, 
.timeline_bottom li div {
    text-transform: uppercase;
    text-align: center;
    width: 20px;
}
 
.timeline_top div {
    background: url(http://www.samsarafurniture.com.au/timeline4/normal.gif) no-repeat left top;
    padding: 3px 0px 5px 0px !important;
    -webkit-box-shadow:  0px -1px 2px rgba(0,0,0,0.7);
    -moz-box-shadow:  0px -1px 2px rgba(0,0,0,0.7);
    box-shadow:  0px -1px 2px rgba(0,0,0,0.7);
    behavior: url(http://www.samsarafurniture.com.au/PIE.htc);
} 
 
.timeline_bottom div {
    background: url(http://www.samsarafurniture.com.au/timeline4/normal.gif) no-repeat left bottom;
    padding: 5px 0px 3px 0px !important;
    
-webkit-box-shadow:  0px 5px 5px rgba(0,0,0,0.7);
 -moz-box-shadow:  0px 5px 5px rgba(0,0,0,0.7);
    box-shadow:  0px 5px 5px rgba(0,0,0,0.7);
    behavior: url(http://www.samsarafurniture.com.au/PIE.htc);

}
 
.timeline_top .today {
    background: url(http://www.samsarafurniture.com.au/timeline4/today.gif) no-repeat left top;
    padding: 3px 0px 5px 0px !important;
} 
 
.timeline_bottom .today {
    background: url(http://www.samsarafurniture.com.au/timeline4/today.gif) no-repeat left bottom;
    padding: 5px 0px 3px 0px !important;
}
 
.timeline_top .event, 
.timeline_bottom .event {
    color: #FF0000;
    cursor: pointer;
}
 
.timeline_bubble {
    display: none;   
    overflow: hidden;
    top: 65px;
    width: 202px; 
    position: absolute; 
    font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;
    font-size: 8pt;
}
 
.timeline_bubble .bubble_top,
.timeline_bubble .bubble_bottom,
.timeline_bubble .bubble_mid {
    background: url(http://www.samsarafurniture.com.au/timeline4/bubble.png) repeat-y;
    overflow: hidden;
}
 
.bubbleIE6 {
    background-image: url(http://www.samsarafurniture.com.au/timeline4/bubble.gif) !important;
}
 
.timeline_bubble .bubble_top{
    height: 15px;
    background-position: -202px 0px;
}
 
.timeline_bubble .bubble_bottom{
    height: 15px;
    background-position: -202px -38px;
}
 
.timeline_bubble .bubble_mid {
    background-position: -405px 0px;
    overflow: hidden;
}
 
.timeline_bubble .event_title{
    cursor: pointer;
    color: #FFF;
    padding: 6px 0px 9px 0px;
    margin: 0px 8px 0px 8px;
    border-bottom: 1px solid #999;
    font-weight: bold;
}
 
.timeline_bubble .event_title:hover{
    color: #FF0000;
}
 
.timeline_bubble .event_title:hover + next{
    display: block;
}
 
.timeline_bubble .event_data {
    overflow: hidden;
    display: none;
    color: #fff;
    font-weight: normal;
    padding: 6px 0px 9px 0px;
    margin: 3px 0px 0px 0px;
}