﻿/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 820px; /* Set to gallery width, in px or percentage */
height: 200px; /* Set to gallery height */
}

#motioncontainer a img {
border-left:1px #000000 solid;
border-right:1px #000000 solid;
border-top:0;
border-bottom:0;

margin:0 -4px 0 0;
}

#motioncontainer a:hover img {
border-left:1px #ffffff solid;
border-right:1px #ffffff solid;
border-top:0;
border-bottom:0;
}
#motioncontainer img{
	margin:0;
	padding:0;
}

#statusdiv {
border: 1px solid gray;
padding:0;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: #ffffff; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
