#intuitive3dnav { 
	width:1088px; 
	height:380px; 
	display:block; 
	margin:0px auto; 
	background:url(../images/SpaceMouseNew/intui-navi-new.jpg);
}

#vid-clicker a:link { 
	width:222px; 
	height:65px; 
	display:block; 
	float:left; 
	background:url(../images/SpaceMouseNew/video-click.png) no-repeat; 
	background-position:0px 0px; 
	position:relative; 
	top:36px; 
	left:360px;
}

#vid-clicker a:hover { 
	background-position:0px -65px 
}

#close-box a:link { 
	width:34px; 
	height:43px; 
	display:block; 
	position:absolute; 
	top:0px; 
	right:20px; 
	float:right; 
	background:url(../images/SpaceMouseNew/video-close.png) no-repeat; background-position:0px 0px 
}

#close-box a:hover { 
	background-position:0px -43px;
}

#lightbox { 
	display:none; 
	background:#000; 
	opacity:0.70; 
	filter:alpha(opacity=70); 
	position:fixed; 
	top:0px; 
	left:0px; 
	min-width:100%; 
	min-height:100%; 
	z-index:1002; 
}

#lightbox-panel { 
	display:none; 
	position:fixed; 
	top:7px; 
	left:50%;
	margin-left:-490px; 
	width:1013px; 
	height:576px; 
	background:url(../images/SpaceMouseNew/video-frame.png) no-repeat; 
	padding:10px 10px 11px 10px; 
	z-index:1003; 
}

.clr { 
	float:none; 
	clear:both 
}

/* Added by Insignio - start */
#intuitive3dnav img.main {
	display:none;
}

#intuitive3dnav { 
	width:inherit;
}
/* Added by Insignio - end */