/* Gallery Styles */

#motioncontainer {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 580px; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
position: relative;
overflow: hidden;
margin-top: 20px;
}

#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;
}

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

}
/* End Gallery Styles */

#motiongallery {
	 position:absolute;
	 left:0;
	 top:0;
	 white-space: nowrap;
}
#motiongallery a {
	-moz-opacity: 0.7;
}
#motiongallery a:hover {
	-moz-opacity: 1.0;
}

#links h1 {
	color: #FFFFF0;
	font-size: 140%;
	margin-top: 20px;
	
}
#link a, #link2 a{
	font-style: italic;
	font-size: 160%;
	text-decoration : none;
	color: #EEE8AA;
}
#link2, #link2 a{
	font-style: normal;
	padding-bottom: 15px;
}
#links p{
	margin: 10px 25% 25px 25%;
}
#links h2 {
	font-size: 130%;
	color: #CDCDCD;
	margin: 20px 10% 0 10%;
}
#link a:hover, #link2 a:hover {
	color: #C5D3E8;
}