html { 
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 50px 0 0 0;
	color: #09204F;
	background: #999;
	line-height: 1.4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
p {margin: 0 0 10px 0;}
a:active, a:link, a:visited {font-weight: bold; color: #2DA0DB; text-decoration: underline;}
a:hover {font-weight: bold; color: #09204F; text-decoration: underline;} 
.clear {clear: both;}

/* Wrapper */
div#wrapper	{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFF;
	width: 900px;
}
h1 {
	color: #09204F;
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}
/* Close */
div#close {
	width: 900px;
	height: 30px;
	background: #09204F url(../images/click.gif) left top no-repeat;
}
div#close ul {
	width: 150px; 
	height: 30px; 
	padding: 0; 
	margin: 0;
	float: right;
}
div#close ul li {
	list-style: none; 
	padding: 0; 
	margin: 0;
}
div#close ul li, div#close ul a {
	display: block;
}
div#close ul li a {
	text-indent: -9999px;
	display: block;
    height: 30px;
	text-decoration: none;
}
#shut {width: 150px; height: 30px; background: transparent url(../images/close.gif) 0 0 no-repeat;}
#shut a:hover {width: 150px; height: 30px; background: transparent url(../images/close.gif) 0 -30px no-repeat;}

/* Timeline */
div#my-glider {
	width: 900px;
	height: 480px;
	background: #E5E5E5 url(../images/key.gif) left top no-repeat;
}

/* Glider */
div.scroller { 
	width: 825px; 
	height: 450px;
	overflow: hidden;
	float: right;
}
div.scroller div.section {
	width: 825px;
	height: 450px;
	overflow: hidden;
	float: left;
}
div.scroller div.content {
	width: 10000px;
}


/* Buttons */
#buttons {
	padding: 0 250px 0 250px;
	margin: 0;
	background: #09204F;
	clear: both;
}
#buttons ul  {
	width: 400px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
}
#buttons ul li  {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
#buttons ul li, #buttons a {
	display: block;
}
#buttons ul li a	{
	display: block;
    height: 30px;
	text-decoration: none;
}
#phase1 {left: 0; width: 100px; background: transparent url(../images/05.gif) 0 0 no-repeat; text-indent: -9999px;}
#phase2 {left: 100px; width: 100px; background: transparent url(../images/06.gif) 0 0 no-repeat; text-indent: -9999px;}
#phase3 {left: 200px; width: 100px; background: transparent url(../images/07.gif) 0 0 no-repeat; text-indent: -9999px;}
#phase4 {left: 300px; width: 100px; background: transparent url(../images/08.gif) 0 0 no-repeat; text-indent: -9999px;}

#phase1 a:hover {background: transparent url(../images/05.gif) 0 -30px no-repeat;}
#phase2 a:hover {background: transparent url(../images/06.gif) 0 -30px no-repeat;}
#phase3 a:hover {background: transparent url(../images/07.gif) 0 -30px no-repeat;}
#phase4 a:hover {background: transparent url(../images/08.gif) 0 -30px no-repeat;}
