/* ==========================================================
/***
* * JoomGalaxy Directory Component, Commercial Software*
* * copyright (C) 2012 SMI Media, all rights reserved.*
* * license http://www.joomgalaxy.com *
* * support@joomgalaxy.com*
* * sales@joomgalaxy.com*
* 
========================================================== */
.socials {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../../images/icons/share.png) no-repeat;
    cursor: pointer;
    position: relative
    }
.nature {
    display: block;
    width: 150px;
    height: 150px;
    background: url(../img/nature/img1.png) no-repeat;
    cursor: pointer;
    position: relative
    }
.socials, .nature {
    margin: 0 auto
    }
.socials {
    margin-bottom: 50px
    }
ul.reset, ul.reset li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
    }
ul.reset li {
    position: absolute
    }
ul.reset li a {
    outline: none
    }