@charset "UTF-8";/* CSS Document *//* timeline styles */.timelinewrap {	background:url(../images/bg_timeline.jpg) 0 0 no-repeat;	padding:20px 20px 0 0;	height:100px;}.timeline {	background:url(../images/timeline_top+sides.jpg) 0 0 no-repeat;	width:533px;	padding-top:6px;	padding-left:20px;}.timelinebottom {	background:url(../images/timeline_bottom.jpg) 0 0 no-repeat;	width:533px;	height:7px;}/* Gallery Styles */#motioncontainer {	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */	height: 53px; /* Set to gallery height */	width: 491px; /* Set to gallery width, in px or percentage */}#motioncontainer a img {	border: 1px solid #cccccc; /* Set image border color */}#motioncontainer a:hover img {	border: 1px solid #7F6E3A; /* Set image border hover color */}#statusdiv {	background-color: lightyellow;	border: 1px solid gray;	padding: 2px;	position: absolute; /* Stop Editing Gallery Styles */	left: -300px;	visibility: hidden;}#motioncontainer a:hover {	color: #7F6E3A; /* Dummy definition to overcome IE bug */}/* End Gallery Styles *//* Tooltip */#btc { 	border:1px solid #7F6E3A;	background:#fff;	padding:3px;	font:11px normal Arial, Helvetica, sans-serif;}/*  End tooltip */