/* Gallery Styles */
#motiongallery{
padding:0;
background-color:#CCCCCC;}
#galleryheader{
margin-top: 4px ;
padding-top:4px;
width: 565px; 
font-family:Arial, Helvetica, sans-serif;
font-size:120%;
color:#333333;
text-align:center;
font-weight:bold;
}

#motioncontainer {
margin:3px 0px 0 0px; /* Uncomment this line if you wish to center the gallery on page */
width: 565px; /* Set to gallery width, in px or percentage */
height: 210px; /* Set to gallery height */
border:1px solid #999999;
background-color:#CCCCCC;;

}


#motioncontainer a img {
border: 1px solid #cccccc; 
border-color:#999999;
padding:3px 2px 20px 2px;
margin: 0 3px 0 3px;
background-color:#FFFFFF
}

#motioncontainer a:hover img {
border: 1px solid navy; 

}


#motioncontainer a:hover {
color: red;
}

/* End Gallery Styles */
