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

        /* -------- */
        /* Timeline */
        /* -------- */

        .timeline-box {
            width : 520px;
            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;
        }

        table.timeline a {
            text-decoration : none;

        }

	        table.timeline td a:hover {
	            text-decoration : none;
				color:#FFF;
	        }


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

        .tl-year a {
            color: #FFF;
        }

        .tl-month a{
            color: #FFF;
        }

        .tl-day a{
           color: #FFF;
        }

        .timeline .tl-day a:hover, .tl-month a:hover {
		color: #FFF;
		}

        .tl-post a{
            color: #FFF;
        }

        .tl-year-even {
            background-color : #666;
        }

        .tl-year-odd {
            background-color : #333;
        }

        .tl-month-even {
            background-color : #CCC;
        }

        .tl-month-odd {
            background-color : #DDD;
        }

        .tl-day-even {
            background-color : #EEE;
        }

        .tl-day-odd {
            background-color : #F7F7F7;
        }

        .tl-posts-even {
            background-color : rgb(204,217,230);
        }

        .tl-posts-odd {
            background-color : rgb(153,179,204);
        }