@charset "utf-8";
/* CSS Document */



.sprite1 {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	left: 0px; /* image position on screen */
	width: 1006px; /* image width on screen */
	height: 589px; /* image height on screen */
	background: url(artlab/Joachim_Kelz_2008_-_Split_Second_Airport_Tunnel_Sprite.jpg) no-repeat;  /* sprite image name */
	background-position: 0 0; /* image offset within sprite */
}


.sprite1 span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(artlab/Joachim_Kelz_2008_-_Split_Second_Airport_Tunnel_Sprite.jpg) no-repeat;  /* sprite rollover image name */
	background-position: 0 -589px; /* how far the rollover image offsets on screen  */
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}


.sprite1:hover span {
	opacity: 1;
}










.sprite2 {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	left: 0px; /* image position on screen */
	width: 1006px; /* image width on screen */
	height: 588px; /* image height on screen */
	background: url(artlab/Joachim_Kelz_2009_-_Split_Second_Tunnel_Sprite.jpg) no-repeat;  /* sprite image name */
	background-position: 0 0; /* image offset within sprite */
}


.sprite2 span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(artlab/Joachim_Kelz_2009_-_Split_Second_Tunnel_Sprite.jpg) no-repeat;  /* sprite rollover image name */
	background-position: 0 -588px; /* how far the rollover image offsets on screen  */
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}


.sprite2:hover span {
	opacity: 1;
}









.sprite3 {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	left: 0px; /* image position on screen */
	width: 1006px; /* image width on screen */
	height: 587px; /* image height on screen */
	background: url(artlab/Joachim_Kelz_2009_-_Split_Second_Start_Lane2_Sprite.jpg) no-repeat;  /* sprite image name */
	background-position: 0 0; /* image offset within sprite */
}


.sprite3 span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(artlab/Joachim_Kelz_2009_-_Split_Second_Start_Lane2_Sprite.jpg) no-repeat;  /* sprite rollover image name */
	background-position: 0 -587px; /* how far the rollover image offsets on screen  */
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}


.sprite3:hover span {
	opacity: 1;
}

