/* Gallery Styles */

#motioncontainer {
margin:0 auto; /* Remove if centering gallery on page is not desired */
width:585px; /* Set to gallery width */
height:126px; /* Set to gallery height */
margin-left: 5px;
margin-right: 5px;
}

#motioncontainer a img {
border: 1px solid transparent; /* Set image border color */
margin-top:2px;
}

#motioncontainer a:hover img {
border: 1px solid #e1e3e4; /* Set image border hover color */
margin-top:2px;
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding:0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
.box_bg_cp{
	background-image: url(../images/box_bg_cp.gif);
	background-repeat: no-repeat;	
}
/* End Gallery Styles */