/* TIMELINE SLIDING PANELS
-----------------------------------------------------------------------------
*/
#loading {
	float: left;
	position: relative;
	width: 715px;
	padding: 0px;
	border: none;
	clear: left;
	padding-top: 120px;
	text-align: center;
}
.SlidingPanels {
	float: left;
	position: relative;
	width: 715px;
	padding: 0px;
	border: none;
	clear: left;
}
#slidingPanel{
	overflow: auto;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 20000px;
	margin: 0px;
	padding: 0px;
	border: none;
	clear: left;
}
.SlidingPanelsContent {
	float: left;
	width: 715px;
	overflow: hidden;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
P.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin:0px;
	padding:0px;
}
#slidingPanel {
	display: none;
}
.slidingTabPanel {
	list-style:none;
	border-bottom: #001447 5px solid;
	float: left;
	margin-bottom:15px;
	padding: 0px 0px 0px 0px;
}
/* for Internet Explorer */
/*\*/
* html .slidingTabPanel {
	margin-bottom:0px;
}
/**/
.slidingTabPanel LI {
	list-style:none;
	float: left;
	font-size: 11px;
}
.tabActive {
	cursor:default;
	outline:none;
	display: inline;
	width: 28px;
	text-align: center;
	padding: 4px 3px;
	text-decoration: none;	
	float: left;
	background: #001447 url(images/tab_right.gif) center top no-repeat;
	color: #FFFFFF;
	font-size: 10px;
}
.tab {
	outline:none;
	float: left;
	display: inline;
	width: 28px;
	text-align: center;
	padding: 4px 3px;
	color: #BFC4D1;	
	font-size: 10px;
}
A.tab {
	cursor:pointer;
	text-decoration: none;	
}
A:visited.tabActive, A:active.tabActive, A:link.tabActive {
	color: #FFFFFF;
}
.tab:hover {
	text-decoration: none;	
}
.tabActive:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
.year {
	height: 250px;
	margin-bottom: 15px;
	padding-right: 115px;
	width: 600px;
}
.year P {
	float: left;
	clear: left;
	width: 100%;
}
.year IMG {
	float: left;
	margin-right: 15px;
	border: #BFC4D1 1px solid;
}
.next {
	float: right;
	clear: right;
	text-align: right;
}
.next, .prev {
	outline: none;
	font-weight: bold;
	text-transform: uppercase;
}
.next:hover, .prev:hover {
	text-decoration: none;
}
#year1989 {
	background: url(images/years.gif) no-repeat right top;
}
#year1990 {
	background: url(images/years.gif) no-repeat right -250px;
}
#year1991 {
	background: url(images/years.gif) no-repeat right -500px;
}
#year1992 {
	background: url(images/years.gif) no-repeat right -750px;
}
#year1993 {
	background: url(images/years.gif) no-repeat right -1000px;
}
#year1994 {
	background: url(images/years.gif) no-repeat right -1250px;
}
#year1995 {
	background: url(images/years.gif) no-repeat right -1500px;
}
#year1996 {
	background: url(images/years.gif) no-repeat right -1750px;
}
#year1997 {
	background: url(images/years.gif) no-repeat right -2000px;
}
#year1998 {
	background: url(images/years.gif) no-repeat right -2250px;
}
#year1999 {
	background: url(images/years.gif) no-repeat right -2500px;
}
#year2000 {
	background: url(images/years.gif) no-repeat right -2750px;
}
#year2001 {
	background: url(images/years.gif) no-repeat right -3000px;
}
#year2002 {
	background: url(images/years.gif) no-repeat right -3250px;
}
#year2003 {
	background: url(images/years.gif) no-repeat right -3500px;
}
#year2004 {
	background: url(images/years.gif) no-repeat right -3750px;
}
#year2005 {
	background: url(images/years.gif) no-repeat right -4000px;
}
#year2006 {
	background: url(images/years.gif) no-repeat right -4250px;
}
#year2007 {
	background: url(images/years.gif) no-repeat right -4500px;
}
#year2008 {
	background: url(images/years.gif) no-repeat right -4750px;
}
#year2009 {
	background: url(images/years.gif) no-repeat right -5000px;
}