#header a.skypecall img{
  float:right;
  margin: 5px 15px;
  position:relative
}
/* adjustments for button in PS 1.6 navbar */
  #header .row a.skypecall img{
    float: left;
    margin: 2px 20px;
    padding: 0;
    position: relative;
  }
  #header .row a.skypecall img.smallclassic{margin: 7px 20px;}
  #header .row a.skypecall img.balloon {margin: -2px 20px -10px 20px;}
/* /adjustments for button in PS 1.6 */

a.skypecall img{
  margin: 0 auto;
  padding: 0 0 10px 0;
  border: none;
  display:block;
}

.skypecall_block a.skypecall img{
  padding:5px 0 0 0
}

#center_column a.skypecall img{
  margin: -15px 0 !important;
  display:inline;
}

a.skypecall img, a#skypecall-contacts img{
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

a.skypecall:hover img, a#skypecall-contacts:hover img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.03,1.03);
} 
