/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 420px; /* Set to gallery width, in px or percentage */
	height: 80px; /* Set to gallery height */
	float: left;
	margin-top: 25px;
}


#motioncontainer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
#motioncontainer a {
	margin-right: 15px;
	position: relative;
	color: #666666;
}
#motioncontainer span {
	position: absolute;
	left: 5px;
	top: 10px;
	font-size: 10px;
	line-height: 12px;
}

#motioncontainer a.last-item img {
	margin-right: 0px;
}

#motioncontainer #print a:hover img, #motioncontainer #print a#active-thumb img{
	background-image: url(../images/active-web-thumb.gif);	
}

#motioncontainer #web  a:hover img, #motioncontainer #web a#active-thumb img{
	background-image: url(../images/active-web-thumb.gif);	
}
#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	top: 50px;
}

#motioncontainer a:hover {
	color: #78a22e; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

