/* CSS Document */
/* Fully Auto Cabinet initial image */
#fullyautoroll a{
display:block;
background: transparent url("images/doublecabclosed.jpg") no-repeat;
width:167px;
height:445px;
}
/* Fully Auto Cabinet rollover image */
#fullyautoroll a:hover{
display:block;
background: transparent url("images/doublecabopen2.jpg") no-repeat;
width:167px;
height:445px;
}
