/* Gallery Styles */

#motioncontainer {
  /*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 620px; /* Set to gallery width, in px or percentage */
	height: 200px; /* Set to gallery height */
	left: 110px;
	top: 230px;
	z-index: 6;
    border: 1px solid #ff0000;
}

#motioncontainer a img {
    border: 1px solid #000000; /* Set image border color */
}

#motioncontainer a:hover img {
    border: 1px #666666; /* Set image border hover color */
}

#statusdiv {
   background-color: #666666;
   border: 1px solid gray;
   padding: 2px;
   position: left: 100; top: 230;/* Stop Editing Gallery Styles */
   left: -300px;
   visibility: hidden;
}

#motioncontainer a:hover {
   color: #FF0000; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

