/* Gallery Styles */

#motioncontainer {
*margin:0 auto; 
width: 100%; /* Set to gallery width, in px or percentage */
height: 135px; /* Set to gallery height */
}

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

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


#motioncontainer a:hover {
color: #34bfe7; /* Dummy definition to overcome IE bug */
}

div#motiongallery * a:hover {
    text-decoration: none;
}


/* End Gallery Styles */
