/* Gallery Styles */

#motioncontainer 
{
	vertical-align:middle;
	padding:10px;
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 120px; /* Set to gallery height */
/*border-left-style:inset;
border-left-width:10px;
border-left-color:#30567B;
border-right-style:inset;
border-right-width:10px;
border-right-color:#30567B;
border-top-color:#30567B;
border-top-style:inset;
border-top-width:3px;
border-bottom-style:inset;
border-bottom-width:3px;
border-bottom-color:#30567B;*/
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

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

#motioncontainer a 
{
	border-width:0px;
color: red; /* Dummy definition to overcome IE bug */
padding:5px;
background-color:Transparent;


}

#motioncontainer a:hover 
{
	border-width:0px;
padding:5px;
background-color:Transparent;
color: red; /* Dummy definition to overcome IE bug */

}
/* End Gallery Styles */
