/* This are the syles need for round corners! */
/* Please set the color here for the background of the inner gallery */
#content_div, #content_div .sb-inner {  
  height:100%; 
  background-color:#f6f6f6; 
}

/* Set the color of the border */
#content_div .sb-border {
  background-color:#ccc;
}

/* disable the old border AND set the color to the color of the border of TWG (the background of the header part. ) */
td.twg_info { border: none; background-color: #fff; }


