@media all
{
/* thumbs (e.g. in main) ---------------------------*/
#pg_thumbs{
  width:118px; /* 2*(50+margin-left) */
  position:absolute; right:0; top:4px;
}
#pg_thumbs img{
  float:left; display:inline;
  margin:0 0 9px 9px;
  width:50px; height:50px;
}
a#pg_prev{}
a#pg_next{}
img.pg_empty{}

/* picture (e.g. in content) -----------------------*/
#pg_picture{
  width:100%; height:100%;
  position:absolute; left:0; bottom:0;
}
/* pg_picture */
img#pg_image{}

#pg_caption{
  position:absolute; left:0; bottom:-20px;
  font-size:11px; line-height:13px;
}

/* navigation (e.g. in content) --------------------*/
a#pg_mode{
  position:absolute; right:150px; bottom:0;
}
a#pgnv_prev{
  position:absolute; right:180px; bottom:0;
}
a#pgnv_next{
  position:absolute; right:130px; bottom:0;
}

/* common attributes -------------------------------*/
#pg_thumbs a,a#pg_mode,a#pgnv_prev,a#pgnv_next{
  cursor:pointer; /*default,pointer*/
}

}