.timeline-wrap
{
	position: relative;
	background: white;
	width: 100%;
	/*font: normal 12px/18px 'lucida grande' , 'lucida sans' ,helvetica,tahoma,sans-serif;  #333*/
	color: black;
	padding: 60px 0 40px 0;
	font: normal 12px, 'Open Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	
}
.timeline-body
{
	display: block;
	height: 18px;
	border: 1px solid #c5c5c5;
	box-shadow: 0 3px 5px rgba(0,0,0,0.05) inset;
	border-radius: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 9999;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,#f5f5f5 0,#fefefe 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,#f5f5f5 0,#fefefe 100%);
	background: -o-linear-gradient(top,#f5f5f5 0,#fefefe 100%);
	background: -ms-linear-gradient(top,#f5f5f5 0,#fefefe 100%);
	background: linear-gradient(top,#f5f5f5 0,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#fefefe',GradientType=0);
}
.timeline-body:before
{
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	width: 37px;
	height: 20px;
	background: url('../images/sprite.png') 0 -31px;
}
.timeline-body:after
{
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: 0;
	width: 37px;
	height: 20px;
	background: url('../images/sprite.png') -37px -31px;
}
.timeline-draggable
{
	position: absolute;
	left: 0;
	top: -1px;
	width: 20px;
	height: 20px;
	background: url('../images/sprite.png') -1px -11px;
	box-shadow: 0 0 30px rgba(0,0,0,0.13);
	border-radius: 20px;
	cursor: pointer;
	z-index: 9999;
}
.timeline-arrow
{
	position: absolute;
	left: 0;
	top: 111px;
	width: 21px;
	height: 11px;
	background: url('../images/sprite.png') 0 0;
	z-index: 9999;
}
.timeline-event
{
	display: block;
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
}
.timeline-event-node
{
	position: absolute;
	left: 6px;
	top: -90px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display:none;
}
.timeline-event-node:before
{
	position: absolute;
	display: block;
	content: "";
	background: #fff;
	border: 1px solid #b9b9b9;
	border-radius: 20px;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	transition: background-color .5s;
	width: 5px;
	height: 5px;
	left: 7px;
	top: 7px;
}
.timeline-event-node.selected-event:before
{
	background: #555;
	border-color: #555;
}
.timeline-title
{
	position: absolute;
	cursor: pointer;
	left: 0;
	top: -110px;
	width: 155px;
	height: 155px;
	top: -210px;
	margin-right: 40px;
	color: White;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	background-repeat:no-repeat;
}

/*.timeline-title:hover{
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px, rgba(255, 255, 255, 0.25) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px, rgba(255, 255, 255, 0.25) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px, rgba(255, 255, 255, 0.25) 0px 0px 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}*/

.timeline-container
{
	position: relative;
	display: block;
	border: 1px solid #c5c5c5;
	box-shadow: 0 3px 5px rgba(0,0,0,0.10);
	border-radius: 6px;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfdfd),color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
	background: -o-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
	background: -ms-linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
	background: linear-gradient(top,#fdfdfd 0,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',endColorstr='#f5f5f5',GradientType=0);
}
.timeline-container:before
{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	left: 0;
	top: -68px;
	background: url('../images/lines.png') repeat-x;
}
.timeline-container:after
{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	left: 0;
	top: -41px;
	background: url('../images/lines.png') repeat-x;
}
.timeline-content
{
	padding: 20px;
	padding-bottom:50px;
}
.timeline-container h1, .timeline-content h1
{
	font-size: 16px;
	margin: 10px 0;
}
.timeline-container p, .timeline-content p
{
	margin: 10px 0;
}
.timeline-content
{
	display: none;
}
section { }
section #middle #Ins {
		text-align:left;
		font-size:12px;
		color:Black;
		font-family: 'Open Sans', sans-serif;
		}
		section #middle #Ins span.ulhead
		{
			list-style-type: disc;
			 padding: 5px 0 5px 5px;
		}
		section #middle #Ins ul li
		{
			margin-left:15px;
			  list-style-type: disc;
               padding: 5px 0 5px 5px;
               font-size: 12px;
		}