#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 934px; /* Set to gallery width, in px or percentage */
height: 360px; /* Set to gallery height */
MARGIN-LEFT: 20px;
OVERFLOW: auto
}

#motioncontainer a {
TEXT-DECORATION: none;
WIDTH: 300px;
BORDER: none 0px
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
MARGIN-RIGHT: 20px;
WIDTH: 320px;
HEIGHT: 240px
}

#motioncontainer a .title {
POSITION: absolute;
FLOAT: left;
MARGIN-LEFT: -340px;
MARGIN-TOP: 250px;
WIDTH: 300px;
FONT-SIZE: 17px;
FONT-WEIGHT: bold;
FONT-FAMILY: arial;
COLOR: #AAAAAA;
TEXT-DECORATION: none
}

#motioncontainer a:hover img {
border: 1px solid #00AEEF; /* Set image border hover color */
}

#motioncontainer a span{
POSITION: absolute;
FLOAT: left;
MARGIN-LEFT: -340px;
MARGIN-TOP: 260px;
COLOR: #444444;
FONT-FAMILY: arial;
WIDTH: 320px;
Z-INDEX: 10;
FONT-WEIGHT: bold;
FONT-SIZE: 20px;
}

.description
{
	POSITION: relative;
	FLOAT: left;
	font-size: 11px;
	margin-top: 50px;
	width: 320px;
	height: 40px;
}



#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 */
