/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 70px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid red; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #fff; /* Set image border hover color */
}
#motioncontainer a:link img.selected, #motioncontainer a:hover img.selected,#motioncontainer a:visited img.selected ,#motioncontainer a:active img.selected{
border: 3px solid #fff; /* Set image border color */
margin-bottom: -2px;
}
#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 */
}
#galleryconteiner {
	width: 100%;
	margin-top: 0;
	bottom: 10px;
	float: left;
	position: relative;
	z-index: 0;
}
#trueContainer img {
	width: 80px;
	margin-right: 5px;
}
/* End Gallery Styles */
