

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

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

#motioncontaineri a:hover img {
border: 3px solid #00b3e8; /* Set image border hover color */
}
#statusdivi {
background-color: lightyellow;
border: 3px solid #00b3e8;
padding: 5px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}


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











#motioncontaineriu {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 95%; /* Set to gallery width, in px or percentage 70%; */
height: 200px; /* Set to gallery height   190px;*/
}

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

#motioncontaineriu a:hover img {
border: 3px solid #00b3e8; /* Set image border hover color */
}
#statusdiviu {
background-color: lightyellow;
border: 3px solid #00b3e8;
padding: 5px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}


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






