/* CSS Document */

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 955px; /* Set to gallery width, in px or percentage */
height: 453px; /* Set to gallery height */
	background:url(../img/ratlla1.jpg) no-repeat bottom;

}

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

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


#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
