/* CSS Document */
/* gas manifold boxes image */
#gasmanifoldroll a{
display:block;
background: transparent url("images/gmbOpen.jpg") no-repeat;
width:400px;
height:390px;
margin-left:30px;
}
/* gas manifold boxes rollover image */
#gasmanifoldroll a:hover{
display:block;
background: transparent url("images/GMBdetail.jpg") no-repeat;
width:400px;
height:390px;
}
