.overlay{
margin-bottom: 5px;
  background-image: url(../images/scroller_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  z-index: 100;
  width: 175px;
  height: 450px
}

#motiongallery a{
margin-bottom: 5px;
}

#motioncontainer a img{ /*image border color*/
border: 0px solid #2da6d5;
z-index: 10;
margin-bottom: 5px;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 0px solid #2da6d5;
}

#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;
}
