/* CPT CLEPTO Nav */
#cpt_clepto {
  position: absolute;
/*
  left: 30px;
  top: 30px;
*/
  left: -36px;
  top: 30px;
  z-index: 99;
  cursor: move;
}

#cpt_clepto_large {
  position: absolute;
  left: 0;
  top: 10px;
}

#cpt_clepto_small {
  position: absolute;
  left: 120px;
  top: 0;
  display: none;
}

#cpt_clepto img {
  border: none;
}

