/* Gallery Styles */

#motioncontainer {
	width: 100%; /* Set to gallery width, in px or percentage */
	height: 58px; /* Set to gallery height */
	margin-bottom:10px;
}

#motioncontainer a{
	width:80px;
	height:56px;
	vertical-align:middle;
/*	display:block;
	float:left;*/
	margin-right:3px;
}

#motioncontainer a img {
	/*border: 1px solid #cccccc; *//* Set image border color */
	margin:0px;
	padding:3px;
}

#motioncontainer a:hover img {
/*border: 1px solid navy; /* 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: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
/*
**************************************************************************
EDIÇAO...
*/
#conteudo{
	/*border:#883322 5px dotted;*/
	width:555px;
/*		min-height:130px;*/
	display:table;
	/*border:#118833 1px dotted;*/
}
	#trueContainer img{
		/*width:60px;*/
	}
	#loadarea img{
		width:300px;
		/*border:#118833 1px dotted;*/
	}
	#texto h2{
		font-family:tahoma;
		font-size:14px;
		color:#333333;
	}
	#texto{
		font-family:tahoma;
		font-size:10px;
		color:#666666;
		float:left;
		width:250px;
		height:100%;
		/*display:table;*/
		/*border:#118833 1px dotted;*/
	}