#rightPanelMenu  {
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  width: 190px;
}

#rightPanelMenu a  {
  font-size: 16px;
}

/* ------------- Right Panel Media ------------ */

.rightPanelMedia {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}

.rightPanelMedia a {
  color: #5f307c;/*viola*/
}

.mediaPreviewSmall {
  padding: 5px;
  text-align: left;
  background-image: url(../images/media_preview_small_background.gif);
  background-repeat: no-repeat;
  width: 175px;
  /*per centrare il div*/
  margin-left: auto;
  margin-right: auto;  
}
