/* Gallery Styles */

#motioncontainer {
	/* margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 498px; /* Set to gallery width, in px or percentage */
	height: 100px; /* Set to gallery height */
	vertical-align: middle;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
vertical-align: middle;
background: #C4B071;
}

#motioncontainer a:hover img {
border: 1px solid navy; /* 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 */
}
/* End Gallery Styles */


.body_tertiary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #a9af89;
	text-align: center;
	vertical-align: middle;
}
a:link {text-decoration: none; color: #a9af89}
a:visited {text-decoration: none; color: #a9af89}
a:hover {
	text-decoration: none;
	color: #a9af89
}
