@charset "UTF-8";
/* Gallery Styles */


#gallery{

float:left;
width:800px;
height: 240px;
padding-top: 20px;
background-color:#474f71;
}


#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 800px; /* Set to gallery width, in px or percentage */
height: 205px; /* Set to gallery height */
background-color:#474f71;

}

#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: #333; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */



.galleryText{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#fff;
margin-left:5px;
}