/* Gallery Styles */

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

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

#motioncontainer a:hover img {
border: 1px solid GREEN; /* 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 */

#motioncontainer a.info {
text-decoration: none;
color: black;
}
#motioncontainer a.info span {
display: none;
}
#motioncontainer a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
#motioncontainer a.info:hover span {
display: block;
position: fixed;
top:550px;
left:30%;
width:40%;
text-align:center;
background: white;
color: black;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:600;
font-size:14px;
padding: 2px;
}

#motioncontainer a.info2 {
text-decoration: none;
color: black;
}
#motioncontainer a.info2 span {
display: none;
}
#motioncontainer a.info2:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
#motioncontainer a.info2:hover span {
display: block;
position: fixed;
top:643px;
left:30%;
width:40%;
text-align:center;
background: white;
color: black;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:600;
font-size:14px;
padding: 2px;
}
