/* Gallery Styles */


	
.imgspace {margin-right: 25px;}

#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: 100px; /* Set to gallery height */
}

#motioncontainer a img {
border: 2px solid #363156; /* Set image border color */
}

#motioncontainer a:hover img {
border: 2px solid #D1CEE1; /* 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: #333333; /* Dummy definition to overcome IE bug */
}


.thumblink:link {
	border-bottom-style: none;}
	
.imgborder {
	border-color: #363156;
	border-style: solid;
	border-width: thick;}
	



/* End Gallery Styles */


	
