﻿/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 429px; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}

#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: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
a:link {
	color: #666666;
}
a:visited {
	color: #D6AD07;
}
a:hover {
	color: #D5D5D7;
}
.style5 {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.style7 {

	color: #000000;

	font-weight: lighter;
	font-size: small;
    font-family:Arial, Helvetica, sans-serif;
}

body {

	margin-top: 5px;

}

.style12 {font-weight: lighter; font-family: Arial, Helvetica, sans-serif; 

}

a:link    {color:blue;}
a:visited {color:blue;}
a:hover   {color:gray;}
a:active  {color:black;} 

.style16 {font-family: Arial, Helvetica, sans-serif}

.style17 {

	color: #000000;

	font-weight: bold;

}

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

