.deerface
{
    width:220px;
    height:300px;
    margin:0px;
    margin-bottom: 50px;
    padding:0px;
    position: relative;

}

.deerface li
{
    margin:0px;
    padding:0px;
    width: 300px;
    height: 300px;
    position: absolute;
    display: block;
}

#down_button,#share_button
{
    display: none;
}

.deersettings
{
    margin:0px;
    padding:0px;
    margin-bottom: 30px;
}

.deersettings li
{
    display: inline-block;
    width:100px;
    height: 100px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 100px;
    color:#999;
    cursor: pointer;
    margin-bottom: 5px;
}

.deersettings li:hover
{
    color: #fff;
    background-color: black;
}

.mg
{
    margin-bottom: 40px;
}

.no-select
{
   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}
