/* Gallery Styles */

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

#motioncontainer a img {
	border: 2px solid #FEFAD5;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 4px;
}

#motioncontainer a:hover img {
	border: 2px solid #e0de92;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 4px;
}

#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 */
}
.img_small {

	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.img_border_big {
	border-top: 10px solid #FEFAD5;
	border-right: 14px solid #FEFAD5;
	border-bottom: 10px solid #FEFAD5;
	border-left: 14px solid #FEFAD5;
}
