
/*#motioncontainer{
width:38px;
height:550px; 
overflow:hidden;
position: relative;
margin-left:90px;

#motiongallery{position:absolute; left:0; top:0;}*/

#motioncontainer a img{ /*image border color*/
margin-bottom:5px;
border:none;
}

#motioncontainer a:hover img{ /*image border hover color*/
margin-bottom:5px;
border:none;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -400px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
/*Media*/
#motioncontainer_media a img{ /*image border color*/
margin-bottom:5px;
}

#motioncontainer_media a:hover img{ /*image border hover color*/
margin-bottom:5px;
}


