/* MOVI ModelViewer styles */

.movi-scrollbox {
	overflow: auto;
	height: 100%;
	position: relative;
}

.movi-modelimg {
	top: 0px;
	left: 0px;
}

.movi-canvas {
	position: absolute;
	top: 0px;
	left: 0px;
}

.movi-node {
	position: absolute;
	z-index: 4;
}

.movi-edge {
	position: absolute;
	z-index: 4;
}


/* MOVI Marker styles */

.movi-marker {
    position: absolute;
    z-index: 1;
}

.movi-marker-icon {
    position: absolute;
    z-index: 5;
}


/* MOVI Annotation styles */

.movi-bubble-hidden {
	display:none;
}

.movi-bubble-visible {
	display:block;
	position:absolute;
	min-width: 100px;
	margin-top: 29px; margin-left: -17px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	z-index: 6;
}

.movi-bubble-ul {
	background: url('../img/bubble-ul.gif') no-repeat 0 0;
}

.movi-bubble-ur {
	background: url('../img/bubble-ur.gif') no-repeat 100% 0;
}

.movi-bubble-ll {
	background: url('../img/bubble-ll.gif') no-repeat 0 100%;
	
}

.movi-bubble-lr {
	background: url('../img/bubble-lr.gif') no-repeat 100% 100%;
}

.movi-bubble-bt {
	margin-left: 6px; margin-right: 6px;
	height: 4px;
	background-color: #D6D6D6; 
	border-top: 2px solid #777777;
}

.movi-bubble-bb {
	margin-left: 6px; margin-right: 6px;
	height: 4px;
	background-color: #D6D6D6; 
	border-bottom: 2px solid #777777;
}

.movi-bubble-ar {
	position: absolute;
	left: 20px; top: -29px;
	width: 45px; height: 31px;
	background: url('../img/bubble-arrow.gif') no-repeat 0 0;
}

.movi-bubble-bc {
	padding: 8px 8px 4px 8px;
	background-color: #D6D6D6; 
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;	
}

.movi-bubble-closebutton {
	position: absolute;
	right: 4px; top: 5px;
	width: 10px; height: 10px;
	background: url('../img/bubble-closebutton.gif') no-repeat 0 0;
	cursor: pointer;
}


/* MOVI ModelNavigator styles */

.movi-navigator {
    position: relative;
    cursor: crosshair;
}

.movi-navigator-clippingrect {
	position: absolute;
	border: 1px solid black;
	cursor: move;
}

.movi-navigator-img {
	width: 100%;
	height: 100%;
}


/* MOVI ShapeSelect styles */

.movi-select-rect {
	position: absolute;
	border: 2px solid red;
	z-index: 3;
}

.movi-highlight-rect {
	position: absolute;
	border: 1px dotted red;
	z-index: 2;
}


/* MOVI Toolbar styles */

.movi-toolbar {
   border: 1px solid #ccc;
   height: inherit;
}

.movi-toolbar-group {
    width: inherit;
    float: left;
    padding: 0 2px;
    border-right: 1px solid #ccc;
    margin: 2px 0;
}

.movi-toolbar-group .movi-toolbar-group-label {
    font-size: 6pt;
    margin-bottom: 2px;
}

.movi-toolbar-button {
    margin: 0px 1px;
    padding: 2px;
    background-color: #eee;
    border: 1px solid #ccc;
    float: left;
    cursor: pointer;
    width: inherit; height: inherit;
    line-height: 0px; font-size: 0pt;
}
.movi-toolbar-button:hover {
    background-color: #fff;
    border-bottom-color: #aaa;
    border-right-color: #aaa;
}


/* MOVI Zoom Slider styles */

.movi-zoomslider {
    background: transparent url('../img/slider-track.gif') no-repeat scroll 7px 12px;
    height:28px;
    position:relative;
    width:114px;
}

.movi-zoomslider-thumb {
    position: absolute;
    width: 17px; height: 21px;
    background: transparent url('../img/slider-thumb.gif') no-repeat 0 0;
}


/* MOVI Fullscreen Viewer styles */

.movi-fullscreen-lightbox {
    text-align: left;
}

.movi-fullscreen-lightbox .bd, .movi-fullscreen-lightbox .ft {
    background-color: #FFFFFF ! important;
}

.movi-fullscreen-modelcontainer {
    height: 100%;
    margin: 10px 0;
}