/* ------ mobilyblocks ------ */

/*Define the size of the trigger block (which is invisible and is located in the centre of the links pictures) used for activiating the link pictures when the cursor hovers over it.*/
.nature {
  display:block;
  width:150px;
  height:150px;

/*  background:url(MobilyBlocks/img1.png) no-repeat;*/

/* Define position of trigger and thus the positions of the links circles */
  cursor:pointer;
  position:relative;
  margin-left:270px;
  margin-top:150px;
/*  margin-left:275px;
  margin-top:145px;*/
}

ul.reset,
ul.reset li {
  display:block;
  list-style:none;
  padding:0;
  margin:0;
}

ul.reset li {
  position:absolute;
  left: 0px;
  top: 0px;
}

ul.reset li a {
  outline:none;
}

a {
  color:#fff;
}

a img {
  border:none;
}

/*.socials {
display:block;
width:32px;
height:32px;
background:url(../img/socials/share.png) no-repeat;
cursor:pointer;
position:relative;
}*/

/*.socials,
.nature {
margin:0 auto;
}*/

/*.socials {
margin-bottom:50px;
}*/

/*#content {
margin:100px auto 0;
width:560px;
}*/
