
			.rux_loading_message {
				font-size: 10px;
				display: none;
			}
			.interaction_info{
			display:none;
			}
			.cursor-hand {
			cursor: pointer;
			}
			.tooltip_content{
			display:none;
			}			
			.qtip{
			width:auto !important;
			font-size:11px;
			}
			#loading-background{
			position:fixed;
			top:0;
			background-color: white;
	background-image: url("project_files/uploads/preloader.gif");
	background-repeat: no-repeat;
	background-position: center  center;
	z-index: 20002;
	height: 100%;
	width: 100%;
}
#vc-img{
	position: relative;
	top: 0; margin-left: -50%;
}
#vc-back{
	z-index: 20001;
	position: absolute;
	top: 0; left: 50%;
}
#browser_check_back {
	left:50%;
	top:50%;
	height:171px;
	width:215px;
	position:absolute;
}
#browser_check{
	background:transparent url('lib/browser.png') no-repeat center center ; 
	display:none;
	width:200%; 
	height:200%; 
	position:relative;
	left:-100%;
	top:-100%;	
	}
		