/* CSS Document */
/* Gallery Styles */

#motioncontainer {
margin: 5px auto;
width: 100%; /* Set to gallery width, in px or percentage */
height: 96px; 
}

#motioncontainer a img {
border: 2px solid #fff; /* Set image border color */
margin: 0 4px;
}

#motioncontainer a:hover img {
border: 2px solid #090; /* 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 */
}

.TiraReciprocos {
	margin: 18px auto 8px auto;
	width:100%;
	height:125px;
	padding-top:8px;
	text-align:center;
	clear:both;
	background:#f1f0e7;
	float:left;
}

.TiraReciprocos h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	font-weight:bold;
	color:#090;
    text-decoration: none;
}
/* End Gallery Styles */
