@charset "utf-8";
/* CSS Document */

#motioncontainer {
width: 100%; /* Set to gallery width, in px or percentage */
height: 75px; /* Set to gallery height */
}

#motioncontainer img {
border-width:3px 0px 0 0;
border-style:solid;
border-color:#fff;
margin:0 1px;/* Set image border color */
}
#motioncontainer img:hover {
border-width:3px 0px 0 0;
border-style:solid;
border-color:#fff;
margin:0 1px;/* Set image border color */
}

#motioncontainer a img {
border-width:3px 0px 0 0;
border-style:solid;
border-color:#fff;
/* Set image border color */
}




#motioncontainer a:hover img {
border-width:3px 0px 0 0!important;
border-style:solid;
border-color:#003366;
 /* Set image border hover color */
}

#statusdiv {
background-color: #fff;
border: 1px solid gray;
padding: 2px;
position: absolute;
left: -300px;
top:-100px;
visibility: hidden;
}


/* End Gallery Styles */

.gradualshine{
filter:alpha(opacity=50);
-moz-opacity:0.5;
}


