/* filmstrip.css
 * Filmstrip Styles for BIG INK
 * 
 * @author CS-Rhett <rhett@clearsite.tv>
 * @version v1.1.1.1
 */

#motioncontainer {
  width: 550px;
  height: 319px;
  overflow: scroll !important;
}

#motioncontainer a img {
  border: 1px solid #FFBD31;
}

#motioncontainer a:hover img {
  border: 1px solid #fff;
}

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

#motioncontainer a:hover {
  color: red;
}