/* 
------------------------------------------------------------------------------------------
	general
------------------------------------------------------------------------------------------
*/

#motioncontainer 
{
	/*margin:	0px auto;  Uncomment this line if you wish to center the gallery on page */
	position: relative;
	overflow: hidden;
}

#motioncontainer a img 
{
	border: 0px solid #cccccc;
}

#motioncontainer a:hover img 
{
	border: 0px solid navy;
}

#motiongallery
{
	position: absolute;
	left: 0px;
	top: 0px;
	white-space: nowrap;
}

#statusdiv 
{
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute;
	left: -300px;
	visibility: hidden;
}

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

#trueContainer
{
}
