body		{ background-repeat:no-repeat; overflow:hidden; margin: 0px; padding: 0px; border-style:none; background-color: #FFFFFF;}
html		{ border-style:none; }
td,p		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #424242; text-decoration:none; }
a			{ color: #424242; text-decoration: underline; font-weight:bold; }
a:hover		{ color: #FEFEFE; text-decoration: underline; font-weight:bold; }


#obj360 {
	z-index:0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 0;
	padding:0;
	background-image: url(bgt.png);
	background-repeat: no-repeat;
	background-position: center;
}

#obj360zoom {
	z-index:0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 0;
	padding:0;

}



#controller {
    position:absolute;
    z-index:1;
	left:50%;
	bottom:0px;
	width:200px;
	height:25px;
	margin: 0 auto;
	padding:0;
    margin-left:-100px;
    background-color: rgba(255, 255, 255, 0.0);
    opacity:1;
}


#bt_left {
	position:absolute;
	top:7px;
	z-index:2;
	bottom:0px;
	width:15px;
	height:15px;
	margin: 0 auto;
    margin-left:23px;
    padding:0;
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: top;
	opacity:1;

	}


#bt_left:hover {
	position:absolute;
		top:7px;
		opacity:1;

	z-index:2;
	bottom:0px;
	width:15px;
	height:15px;
	margin: 0 auto;
    margin-left:23px;
    padding:0;
	background-image: url(left_over.png);
	background-repeat: no-repeat;
	background-position: top;
}







#bt_rotate {
	position:absolute;
	z-index:1;
	left:50%;
		top:7px;
		opacity:1;

	bottom:0px;
	width:15px;
	height:15px;
	margin: 0 auto;
    margin-left:-15px;
	padding:0;
	background-image: url(rotate.png);
	background-repeat: no-repeat;
	background-position: top;
}

#bt_rotate:hover {
	position:absolute;
		top:7px;
		opacity:1;

	z-index:1;
	left:50%;
	bottom:0px;
	width:15px;
	height:15px;
	margin: 0 auto;
    margin-left:-15px;
	padding:0;
	background-image: url(rotate.png);
	background-repeat: no-repeat;
	background-position: top;
}






#bt_stoprotate {
	position:absolute;
		top:7px;
		opacity:1;

	z-index:3;
	left:50%;
	bottom:0px;
		width:15px;
	height:15px;
	margin: 0 auto;
    margin-left:-15px;
	padding:0;
	background-image: url(stop_rotate.png);
	background-repeat: no-repeat;
	background-position: top;
	
}

#bt_stoprotate:hover {
	position:absolute;
		top:7px;
		opacity:1;

	z-index:3;
	left:50%;
	bottom:0px;
	width:15px;
	height:15px;
	margin: 0 auto;
    margin-left:-15px;
	padding:0;
	background-image: url(stop_rotate.png);
	background-repeat: no-repeat;
	background-position: top;
	
}








#bt_right {
	position:absolute;
		top:7px;
		opacity:1;

	z-index:2;
	bottom:0px;
	width:15px;
	height:15px;
	margin: 0 auto;
    margin-left:140px;
	padding:0;
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: top;
}

#bt_right:hover {
	position:absolute;
		top:7px;
		opacity:1;

	z-index:2;
	bottom:0px;
	width:15px;
	height:15px;
	margin: 0 auto;
    margin-left:140px;
	padding:0;
	background-image: url(right_over.png);
	background-repeat: no-repeat;
	background-position: top;
}



#background {
	position:absolute;
	z-index:0;
	bottom:-1px;
	width:100%;
	height:25px;
	margin: 0 auto;
	background-color:#333333;
	opacity:1;


}

#ublogo {
	position:absolute;
	width:20px;
	height:18px;
	z-index:100;
	bottom:1px;
	margin: 0 auto;
	left:20px;
	background-image: url(ublogo.png);
	background-repeat: no-repeat;
	background-position: top;
	opacity:0;
}

#ublogo:hover {

		opacity:1;
}


#bt_loupe {
	position:absolute;
	top:7px;
	opacity:1;
	z-index:2;
	bottom:0px;
	width:41px;
	height:33px;
	margin: 0 auto;
    margin-left:190px;
	padding:0;
	background-image: url(zoomin.png);
	background-repeat: no-repeat;
	background-position: top;
}


#bt_loupe:hover {
	position:absolute;
	top:7px;
	opacity:1;
	z-index:2;
	bottom:0px;
	width:41px;
	height:33px;
	margin: 0 auto;
    margin-left:190px;
	padding:0;
	background-image: url(zoomin_over.png);
	background-repeat: no-repeat;
	background-position: top;
}

