#container {
	background-image: url(../images/fond-bt.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 700px;
	height: 120px;
	display: block;
	z-index: 100;
}
#container:hover {
	/*background-image: url(none);*/
}
#motioncontainer {
	padding-bottom: 5px; /*20px*/
	position: relative;
	width: 600px;
	height: 100px;
	overflow: hidden;
	margin-right: 55px;
	margin-left: 55px;
}

#motioncontainer a img{ /*image border color*/
	/*border-bottom: 1px dashed #000;*/
	padding-bottom: 5px;
}

#motioncontainer a:hover img{ /*image border hover color*/
/*border-color:#FF9900;*/
}

#motioncontainer a:hover{
	color: #FF9900;
}

#statusdiv{
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: #FF6600;
	border: 1px solid gray;
	visibility: hidden;
}

