div#motioncontainer {
	width:90px; 
	height:456px; 
	overflow:hidden; 
	position:relative;
}

#motioncontainer a img{ /*image border color*/
border: 0px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 0px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

/* div to show at the end of the gallery */
#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: #ffffff;
border: 1px solid gray;
visibility: hidden;
}

div#motiongallery {
	position:absolute; 
	left:2px; 
	top:2px;
}

/* keep the large image hidden */
div#motiongallery a div img {
display:none;
background:#000; 
color: #FFFFFF;
}

/* = max size for pics */
div#canvas {
	float:right;
	width:621px;
	height:458px;
	text-align: right;
	/*background-color: #987876;*/
}

