/***************************************************************************/
/*                        crayon_browser_styles                            */
/***************************************************************************/

div.my_crayon_browser {
  visibility: hidden;
  position:   absolute;
  top:        0;
}

/********** styles for the images that make up the fake browser ************/

img.CB_TopLeft {
  position: absolute;
  left: 0;
  top:  0;
}

img.CB_TopRight {
  position: absolute;
  right: 0;
  top:   0;
}

img.CB_TopCentre {
  width:         100%;
  height:         118;
  position:  absolute;
  top :             0;
}

img.CB_BottomLeft {
  position: absolute;
  left: 0;
  bottom:  0;
}

img.CB_BottomRight {
  position: absolute;
  right:   0;
  bottom:  0;
}

img.CB_BottomCentre {
  width:         100%;
  height:          39;
  position:  absolute;
  bottom:           0;
}

/***************************************************************************/

