/* CSS Document */
#motioncontainer a img{ /*image border color*/
border: 1px none #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px none navy;
}

#motioncontainer a:hover{
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
border: 1px none gray;
visibility: hidden;
}
.features {
	margin-top: 5px;
	display: block;
	line-height: 12px;
	background-image: url(images/100grad2.gif);
	padding: 5px;
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.underthumbs{
	background-position: center;
	text-align: center;
}
