#statusdiv 
{
	border: gray 1px solid; 
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px; 
	LEFT: 0px; 
	VISIBILITY: hidden; 
	POSITION: absolute; 
	BACKGROUND-COLOR: lightyellow;
	font-size: 11px;
}

#motioncontainer 
{
	WIDTH: 100%; /* ITS % width of container in page */
	HEIGHT: 80px;
}

#motioncontainer IMG
{
	BORDER: #cccccc 1px solid; 
	cursor: pointer;
}

#itsbox-nav
{
	display: none;
}

#itsbox-left, #itsbox-right
{
	position: absolute; 
	height: 100%;
	top: 0px;
	width: 100px;
	background: transparent url('blank.gif');
	cursor: default;	
}

#itsbox-left, #itsbox-left-ico { left: 0px; }

#itsbox-right, #itsbox-right-ico {	right: 0px; }

#itsbox-left-ico, #itsbox-right-ico
{
	position: absolute; 
	height: 32px;
	width: 32px;
	cursor: pointer;	
	top: 50%;
	margin-top: -16px;
	left: -9999px;
}

#itsbox-left:hover span
{
	left: 20px;
}
#itsbox-right:hover span
{
	left: auto;
	right: 20px;
}

#itsbox-left-ico
{
	background: transparent url('itsbox.png') 0px -32px;
}

#itsbox-right-ico
{
	background: transparent url('itsbox.png') 0px -64px;
}

#itsbox-close
{
	position: absolute; 
	z-index: 3; 
	background: transparent url('itsbox.png') 0px 0px;
	width: 32px;
	height: 32px;
	top: -24px;
	right: -24px;
	cursor: pointer;	
}

#itsbox
{
	border-width: 10px;
	border-style: solid;
	border-color: #ffffff;
	position: absolute; 
	z-index: 2; 
	display: none;
	background-color: #ffffff; 
}

#itsbox-overlay
{
	background-color: #000000;
	width: 100%;
	height: 0px;
	top: 0px;
	left: 0px;
	display: block;
	position: absolute; 
	z-index: 1;
	cursor: pointer;
	
	filter:alpha(opacity=75);
	opacity:0.75;	
	-moz-opacity:0.75;	
}
