#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: 120px; /* Set to gallery height */
 text-align: center;
 background: none;
}

#motioncontainer a img {
 border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	opacity:0.4;
	filter: alpha(opacity=40);
}

#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 */
}

.clipwrapper{
 position:relative;
 height:140px;
 width:140px;
 display:inline-block;
 margin-right:20px;
}

.clip{
 position: absolute;
 width:auto;
 top:-20px;
 left:-20px;
}

