
/* Image rotation */

div#image_rotation {
position: relative;

}

div#image_rotation img {

position: absolute;
display: none;
top: 0px;
left: 0px;


}

