.Timeline-center {
	background-image: url("Timeline-crta.png"); /* The image used */
	background-color: #FFF; /* Used if the image is unavailable */
	background-position: center; /* Center the image */
	background-repeat: repeat-y; /* Do not repeat the image */
	vertical-align: top;
	padding-top: 20px;
		border-top: 1px solid #d5d5d5 50%;
}
.Timeline-left {
	width: 45%; 
	vertical-align: top; 
	text-align: right;
	padding-top: 25px;

}
.Timeline-right {
	width: 45%; 
	vertical-align: top; 
	text-align: left;
	padding-top: 25px;
}