.home-galleries {
    float: left;
    margin-top: 25px;
    margin-bottom: 60px;
}

.home-galleries a {
    position: relative;
    float: left;
    margin: 0 2px 2px 0;
    overflow: hidden;
}

.ico {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background: url(/img/sprite.png) no-repeat 0 0;
    margin-right: 8px;
}

.ico.ico-photo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 35px;
    background-position: 0 -150px;
    margin: -17px 0 0 -21px;
}

.home-galleries a .thumb-overlay {
    width: 82px;
    height: 66px;
}

.home-galleries a .thumb-overlay {
    position: absolute;
    background: #d90512;
    background: rgba(217,5,18,0.7);
    display: block;
    top: -101%;
    left: 0;
    width: 83px;
    height: 67px;
    color: #fff;
    padding: 20px 12px;
    overflow: hidden;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


/* Poll style sa Zvezde, Voja da sredi :) */
.poll-results .poll_answer {width: 100%; float: left; position: relative; margin: 0 0 4px;}
.poll-results .poll_answer_text {font-size: 14px; color: #000; font-weight: bold;}
.poll-results .poll_answer_results {width: 240px; display: block;  float: left; position: relative;background: #cbcbcb; margin: 2px 0 0}
.poll-results .percent {position: initial;top: 17px;right: 0;color: #000;margin-left: 5px;}
.poll-results .poll_answer_results em {display: block; height: 15px; float: left; background: #D90512}


#ajaxloader {background: rgba(0,0,0,0.5) url('/img/spinner.gif') no-repeat center center;position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;z-index: 9999;}