/* Gallery Styles */

#motioncontainer {
/*	margin: 12 auto;  Uncomment this line if you wish to center the gallery on page */
width: 500px; /* Set to gallery width, in px or percentage */
height: 80px; /* Set to gallery height */
cursor: pointer;
padding: 0;
border: 4px solid #000;
background-color: #000;
}

#motioncontainer a img {
border: none; /* Set image border color */
margin-right: 10px;
}

#motioncontainer a:hover img {
border: none; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

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

.thumb {
	border: 1px solid white;
	margin: 0 0px 0 0;
	}
/* End Gallery Styles */

