﻿#Three360SceneSelector
{
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

#help
{
	visibility: hidden;
	position: absolute;
	left: 560px;
	top: 25px;
	width: auto;
    height: auto;
	text-align: center;
	z-index: 1000;
	vertical-align: top;
	
}

#help div
{
	width: 158px;
	background-color: #ffffff;
	border: 1px solid #000;
	padding: 15px;
	text-align: center;
	color: #000;
}

#HelpLink
{
	left: 510px;
	position: absolute;
	top: 450px;
}

#HelpLink a 
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#HelpLink a img
{
	border: 0;
}

