/* ANCHOR OurBeeExpert Image and Text */
.IVM_OurBeeExpertImage #IVM_OurBeeExpert
{
  position:absolute;
  top: 15px;
  left: 210px;
  height: 340px;
  max-width: 525px;
  margin-left: 5px;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #383737;
  border: 2px solid black;
}

.IVM_OurBeeExpertText
{
  position: absolute;
  font-family: 'Antiqua Pro';
  font-size: 17px;
  font-weight:normal;
  left: 20px;
  top: 395px;
  letter-spacing: 1px;  
}

/* ANCHOR OurBeeExpert Fontstyles */
.IVM_FontAntiquaPro17Left
{
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: left;
}

.IVM_FontAntiquaPro17Bold
{
  font-family: 'Antiqua Pro';
  font-weight: bold;
  font-size: 17px;
}

/* ANCHOR OurBeeExpertLink */
.IVM_OurBeeExpertLink
{
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  background-color: antiquewhite;
  width: 150px;
  border: 1px solid black;
  border-radius: 999px;
  letter-spacing: 1px;
}

.IVM_OurBeeExpertLink:hover
{
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  border: 1px solid black;
  border-radius: 999px;
  background-color: grey;
  cursor: url("../../IVM_CURSOR/IVM_CursorBee_32_31.png") 0 0, auto;
  color:#f7ebcf;
  letter-spacing: 1px;
}

/* ANCHOR ::before ::after */
.IVM_OurBeeExpertLink::before
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheRight_22_22.png");
}

.IVM_OurBeeExpertLink::after
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheLeft_22_22.png");
}

.IVM_OurBeeExpertLink:hover::before
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheLeft_22_22.png");
}

.IVM_OurBeeExpertLink:hover::after
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheRight_22_22.png");
}