/* Gallery Styles */

#motioncontainer {
width:880px; /* Set to gallery width, in px or percentage */
height: 180px; /* Set to gallery height */}

#motioncontainer img {
padding:9px;
border:1px solid #2970a8;
background-color:#09426f;/* Set image border color */
}

#motioncontainer a{
margin-left:35px;}

#motioncontainer a:first-child{
margin-left:0px !important;}

#motioncontainer img:hover{
border: 1px solid #60BDE6;}

#motiongallery{
float:left;
left:0px;}


#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#trueContainer{
margin-left:0px;}

#truecontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
