/* Gallery Styles */

#main-motion-container {
	width: 450px;
	height: 100px;
	padding: 10px;
	margin-top: 15px;
	background-image: url(images/carousel_bg.gif);
	background-repeat: no-repeat;
}

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 430px; /* Set to gallery width, in px or percentage */
height: 90px; /* Set to gallery height */
background-image: url(images/services_area_bg.png);
background-repeat: no-repeat;
padding: 0px;

}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
padding: 0px;
}

#motioncontainer a:hover img {
border: 1px solid #cccccc; /* Set image border hover color */
padding: 0px;
}

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