/*Required in case rounding of image sizes is out by a pixel*/
.imagebanner {
overflow: hidden;
}

/*These rules are in case existing styles interfere*/
.imagebanner img {
display: inline !important;
margin:  0 !important;
border-style: none !important;
position: relative !important;
float:  none !important;
}

