/* Gallery Styles */
#bigpicture,#bigpicture1,#bigpicture2,#bigpicture3,#bigpicture4,#bigpicture5,#bigpicture6,#bigpicture7,#bigpicture8,#bigpicture9,#bigpicture10,#bigpicture11,#bigpicture12,#bigpicture13,#bigpicture14,#bigpicture15{
width:373px;
height:312px;
border:1px #CCC solid;
margin-bottom:10px;
position:relative;
top:0px;
left:0px;
}

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 373px; /* Set to gallery width, in px or percentage */
height: 105px; /* Set to gallery height */
border:1px solid #ccc;
}

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

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

.hidden{
display:none;
}

.unhidden{
display:block;
}
