@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	background-color: #fff;
	margin: 0px;
}

a{
	display:block;
	text-decoration:none;
	outline:none;
}
a:link, a:visited {
	color: #999;
}
a:hover {
	color: #333;
}
a:focus {
	color: #999;
}
a:active {
	color: #333;
}

p{
	margin:0;
	padding:0;
}

.menu{
	list-style:none outside none;
	margin:0;
	padding:0;
}

.menu li{
	padding:5px 0 0 0;
	cursor:pointer;
}

.control{
	list-style:none outside none;
	margin:0;
	padding:0;
}

.control li{
	float:left;
	padding:0 0 0 16px;
}


#horizon {
	color: #999;
	/*background-color: #0ff;*/
	background-color:transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content {
	font-size:11px;
	background-color: #fff;
	margin-left: -275px;
	position: absolute;
	top: -275px;
	left: 50%;
	width: 550px;
	height: 550px;
	visibility: visible;
}

#content.loading {
  background: url(img/spinner.gif) no-repeat center center;
}
	
.text1 {
	font-size:13px;
	line-height:16px;
}

.text2{
	font-size:11px;
	line-height:14px;
}

#caption_tl {
	padding-left: 0;
	position: absolute;
	top: -27px;
	left: 0;
	width: auto;
	height: auto;
	visibility: visible;
	display: block;
}

#caption_tr {
	padding-right: 0;
	position: absolute;
	top: -27px;
	right: 0;
	width: auto;
	height: auto;
	visibility: visible;
	display: block;
}

#caption_bl {
	padding-left: 0;
	position: absolute;
	bottom: -27px;
	left: 0;
	width: auto;
	height: auto;
	visibility: visible;
	display: block
}

#caption_br {
	padding-right: 0;
	position: absolute;
	bottom: -27px;
	right: 0;
	width: auto;
	height: auto;
	visibility: visible;
	display: block;
}

#pause, #play{
	width:29px;
}
	
.tint_333{
	color:#333;
}
	
.tint_999{
	color:#999;
}

#menu{
	padding: 0;
	position: absolute;
	bottom: 0;
	right: -216px;
	width: 200px;
	height: auto;
	visibility: visible;
	display: block;
}

#v3{
	position:absolute;
	bottom:0; left:0;
}
