/* The containing box for the gallery.
#maincontainer {
	position:relative;
	width:770px;
	height:396px;
	margin:20px auto 0 auto;
	border:1px solid #aaa; 
}*/

/* Removing the list bullets and indentation
#maincontainer ul {
	padding:0; 
	margin:0; 
	list-style-type:none; 
}*/

/* Remove the images and text from sight
#maincontainer a.gallery span {
	position:absolute; 
	width:1px; 
	height:1px; 
	top:5px; 
	left:5px; 
	overflow:hidden; 
	background:#fff;
}*/

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv {
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
