/* Gallery Styles */

#motioncontainer 
{
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 580px; /* Set to gallery width, in px or percentage */
height: 183px; /* Set to gallery height */
vertical-align:middle;
padding:10px;
background-image:url('Images/ecard_arrow_bg.jpg');
background-repeat:repeat-x;
margin-top:1px;

}


#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 5px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
font-family:Verdana;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
#motioncontainer a
{
	text-decoration:none;
}
/* End Gallery Styles */
#motiongallery
{
	padding: 0px 10px 0px 10px;
}

.Table-ScrollCards TD
{
	vertical-align:top;
}
.Table-ScrollCards IMG
{
	margin-top:-1px;
	border-bottom:solid 1px white;
	cursor:pointer;
	border:0px;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	margin-left:-5px;
}
.Table-ScrollCards IMG[name='hoverleft'],.Table-ScrollCards IMG[name='hoverright']
{
	margin-top:0px;
	margin-left:0px;
}
