        
        /* This is the  Timeline plugin for Wordpress */
        /* Author : Raphael Jolivet                   */
        /* Web    : www.lalala.fr                     */
        
        /* -------- */
        /* Timeline */
        /* -------- */

        .timeline-div {
            width : 181px;
            overflow : scroll;
            overflow : -moz-scrollbars-horizontal;
            overflow-x : scroll;
            overflow-y : hidden;
        }
        
        .timeline a img {
            border : 0px;    
        }

        .tl-displayed img {
            /* border-bottom : 2px solid black !important; */   
        }
        
        table.timeline {
            font-size       : xx-small;
            font-family     : Verdana, arial;
            border-collapse : collapse;
            border : none;
            margin : 0px;
			margin-bottom: -10px;
        } 
        
        table.timeline a {
            text-decoration : none; 
        }

        table.timeline td {
            padding : 1px;
            text-align : center;
            white-space:nowrap;
        }

        .tl-year a {
            color: white;
        }
        
        .tl-month a{
            color: rgb(0,0,0);
        }
        
        .tl-day a{
            color: rgb(0,0,0);
        }
        
        .tl-post a{
            color: rgb(0,0,0);
        }

        .tl-year-even {
            background-color : rgb(69,69,69);
        }

        .tl-year-odd {
            background-color : rgb(33,33,33);
        }

        .tl-month-even {
            background-color : rgb(205,205,205);
        }
        
        .tl-month-odd {
            background-color : rgb(121,121,121);   
        }
        
        .tl-day-even {
            background-color : rgb(246,128,1);
        }

        .tl-day-odd {
            background-color : rgb(223,196,137);    
        }

        .tl-posts-even {
            background-color : rgb(224,224,224);
        }

        .tl-posts-odd {
            background-color : rgb(144,144,144);    
        }