body
{
	background-image: url(../bilder/jupiter_bg.jpg);
}

#neptunSystemWrapper
{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	overflow:hidden;
	height: 700px;
}

#neptunMoonWrapper
{
	position: relative;
	top:0;
	left:0;
	float:left;
	width: 360px; 
	height: 700px;
	z-index: 900;
}


#triton
{
	position: relative;
	top:0;
	left:0;
	cursor: pointer;
	height: 150px; 
	width: 150px; 
	margin-right: 2em;
	margin-top: 1em;
}

#triton #videoplayer
{
	height: 150px; 
	width: 150px; 

}


#nereid
{
	position: relative;
	top:0;
	left:0;
	cursor: pointer;
	height: 100px; 
	width: 100px; 
	margin-right: 2em;
	margin-top: 1em;
}

#nereid #videoplayer
{
	height: 100px; 
	width: 100px; 

}

#proteus
{
	position: relative;
	top:0;
	left:0;
	cursor: pointer;
	height: 100px; 
	width: 100px; 
	margin-right: 2em;
	margin-top: 1em;
}

#proteus #videoplayer
{
	height: 100px; 
	width: 100px; 

}

#neptunMoon img
{
	width:100%;
	
}

#neptunWrapper
{
	position: relative;
	top:0;
	left:0;
	float:left;
	width: 600px; /* 540px/960 */
	height: 700px;
}

#neptun
{
	position: relative;
	top:0;
	left:0;
	cursor: pointer;
	margin-top: 120px;
	height: 580px;
}