﻿div#step_index{
	position:absolute;
	top:14px; left:24px;
	z-index:2;
	font:bold 11px Arial, Helvetica, sans-serif;
}
div#navigation_buttons{
	border:0;
	background:url('Images/Background.png') no-repeat;
	margin:0; padding:0;
	position:absolute;
	top:0px; left:0px;
	width:260px; height:110px;
}
div#navigation_buttons a{
	outline:none;
}
div#navigation_buttons div#home_button{
	display:inline;
	float:left;
	width:38px; height:38px;
	margin:34px 0 0 9px;
}
div#navigation_buttons div#home_button a{
	background:url( 'Images/Home_Off.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#home_button a:hover{
	background:url( 'Images/Home_On.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#back_button{
	display:inline;
	float:left;
	margin:34px 0 0 4px;
	width:38px; height:38px;
}
div#navigation_buttons div#back_button a{
	background:url( 'Images/Previous_Off.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#back_button a:hover{
	background:url( 'Images/Previous_On.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#play_button{
	display:inline;
	float:left;
	width:72px; height:72px;
	margin:17px 0 0 5px;
}
div#navigation_buttons div#play_button a.playing{
	background:url( 'Images/Pause_Off.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#play_button a.playing:hover{
	background:url( 'Images/Pause_On.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#play_button a.paused{
	background:url( 'Images/Play_Off.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#play_button a.paused:hover{
	background:url( 'Images/Play_On.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#next_button{
	display:inline;
	float:left;
	margin:34px 0 0 5px;
	width:38px; height:38px;
}
div#navigation_buttons div#next_button a.off{
	background:url( 'Images/Next_Off.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#next_button a.off:hover{
	background:url( 'Images/Next_On.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#next_button a.on{
	background:url( 'Images/Next_On.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#next_button a.on:hover{
	background:url( 'Images/Next_Off.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#restart_button{
	display:inline;
	float:left;
	margin:34px 0 0 4px;
	width:38px; height:38px;
}
div#navigation_buttons div#restart_button a{
	background:url( 'Images/Restart_Off.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
div#navigation_buttons div#restart_button a:hover{
	background:url( 'Images/Restart_On.png' ) no-repeat;
	display:block;
	width:100%; height:100%;
}
/* Preload */
div#preload_home{
	background:url('Images/Home_On.png') no-repeat -4096px -4096px;
}
div#preload_previous{
	background:url('Images/Previous_On.png') no-repeat -4096px -4096px;
}
div#preload_play{
	background:url('Images/Play_On.png') no-repeat -4096px -4096px;
}
div#preload_pause{
	background:url('Images/Pause_On.png') no-repeat -4096px -4096px;
}
div#preload_next{
	background:url('Images/Next_On.png') no-repeat -4096px -4096px;
}
div#preload_restart{
	background:url('Images/Restart_On.png') no-repeat -4096px -4096px;
}
div#preload_extra_return{
	background:url('Images/ReturnToAnimationsOn.jpg') no-repeat -4096px -4096px;
}