/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 100%; /* Set to gallery width, in px or percentage */
	height: 515px; /* was 515, 540, 400px Set to gallery height */
}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
	z-index:2;
}

#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 */
}


.text_line
{
	clear:both;
}

/*darn scroller */


span.Description
{
	/*margin: 10px;*/
	margin: 5px 1px 5px 1px;
	/*padding: 5px 5px 5px 5px;*/

	position: relative;
	/* padding: 6px;  */
	text-align: center; 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	white-space: normal;
	width: 409px;
	/*height: 488px;*/
	background: url('http://www.latinoimmigrantstories.org/images/bubbles/homeBubble2.png') no-repeat;
	top:10px;
	z-index: 1;
	float: left;

}

span.Name 
{
	position: relative;
	font-weight: bold;
	top: 5px;
	left: -5px;
}

span.eDescription
{
	left: -5px;
	margin-right:auto;
	position: relative;
	top: 20px;
}
span.sDescription
{
	left: -5px;
	margin-right:auto; 
	position: relative;
	top: 35px;
}

/* End Gallery Styles */
