#view-wrap {
    width: 845px;
    margin: 0 auto;
    position: relative;
}

#view-section{
    background-image: url(../images/big-and.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.greybox {
    padding: 62px 70px;
    border-radius: 10px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #eaeaeb;
    position: relative;
}

a.btn{
    width: 24px;
    height: 56px;
    display: block;
    background-image: url(../images/arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 205px;
    font-size: 0px;
    text-indent: -9999px;
}

a.left-btn{
    left: -24px;
    background-position: 0 0;
}

a.right-btn{
    right: -24px;
    background-position: -28px 0;
}

.viewimg {
    background: #fcb842;
    width: 299px;
    height: 299px;
}

.photoborder {
    background-color: #fff;
    padding: 5px 5px 10px;
    position: relative;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
}

.view-bub {
    position: absolute;
    top: -48px;
}

#now-bub {
    right: 0px;
}

#then-bub {
    left: 0px;
}

.img-desc{
    width: 300px;
    height: 30px;
    position: relative;
    bottom: 0px;
    margin: 0 auto;
}

.img-desc p{
    font-size: 18px;
    font-family: "supermarket", sans-serif;
    color: #333333;
    line-height: 1.2em !important;
    text-align: center;
    padding: 5px 0px;
}

#shareandvote{
    width: 720px;
    margin: 20px auto 0;
    background-image: url(../images/small-half-line.png);
    background-repeat: no-repeat;
    background-position: 345px 0;
}

#vote-section{
    width: 360px;
}

#pic-message{
    width: 310px;
}

#pic-message p{
    font-size: 20px;
    font-family: "supermarket", sans-serif;
    color: #333333;
    line-height: 1.2em !important;
    text-align: center;
    padding: 5px 0px;
}

#vote-num{
    padding: 7px 30px;
    width: 160px;
    height: 26px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    left: 90px;
    margin-top: 5px;
}

a.vote-btn{
    background-image: url(../images/big-vote.png);
    background-repeat: no-repeat;
    width: 196px;
    height: 46px;
    font-size: 0px;
    background-position: 0 -48px;
    position: absolute;
    left: -85px;
    top: -1px;
    display: block;
}

a.vote-btn:hover{
    background-position: 0 1px;
}

#vote-num p{
    text-align: right;
    font-size: 28px;
    font-family: "supermarket", sans-serif;
    color: #333333;
    line-height: 0.8em !important;
    padding: 0px;
}


#share-link, #share-social{
    padding-top: 10px;
}

label.share-label{
    text-align: left;
    font-size: 18px;
    font-family: "supermarket", sans-serif;
    color: #d71921;
    line-height: 0.8em !important;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
}

a.facebook{
    width: 95px;
    height: 26px;
    font-size: 0px;
    text-indent: -9999px;
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
}

a.twitter{
    width: 95px;
    height: 26px;
    font-size: 0px;
    text-indent: -9999px;
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 18px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
}

.select-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
    width: 189px;
}

.form-control {
    display: inline;
    width: 300px;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.backtogallery{
    background-image: url(../images/backtogallery.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0px;
    text-indent: -999px;
    width: 167px;
    height: 27px;
    display: block;
    margin: 30px auto 0px;
}

a.backtogallery:hover{
    background-position: 0 -30px;
}
.vote-wrap .vote-loader.vote-loader-big{
    bottom: 8px;
    left: -50px;
}