.voteImagesContainer{

}
.voteImagePreview{
    display: inline-block;
    margin: 0 0 10px 6px;
    vertical-align: top;
}
.voteImagePreview.firstInRow{
    margin-left: 0!important;
}
.voteImagePreviewStub{
    width: 260px;
    background: lightgrey;
    height: 100px;
}
.imageWrapper{
    margin: 5px;
    overflow: hidden;
    width: 250px;
    height: 170px;

}
.imageInfo{
    margin-left: 5px;
    max-width: 240px;
    height: 80px;
}
.imageInfoAuthor{
    line-height: 14px;
    margin-bottom: 4px;
}
.voteImageCtrl {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #ff2448;
}
.voteImageCtrlSmall {
    padding: 3px 5px 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}
.voteImageCtrlBig{
    padding: 5px 8px 2px;
    font-size: 16px;
    vertical-align: bottom;
    border-top-right-radius: 10px;
}
.voteImageCtrl.disabled{
    border: 0;
    pointer-events: none;
    background: grey;
    color: #fff;
}
.voteImageCtrl:hover {
    color: #fff;
    background: #f37334;
}
.voteImageControls{
    z-index: 10000000;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 37px;
    line-height: 30px;
    font-size: 30px;
}
#fancy_left{
    margin-bottom: 32px;
}
.voteImageContainer{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 7px -3px #000;
    -moz-box-shadow: 0px 1px 7px -3px #000;
    box-shadow: 0px 1px 7px -3px #000;
    width: 96%;
    min-width: 830px;
}
.voteImageContainerWrapper{
    margin: 15px;
    padding: 5px 0;
}
.voteImagesFilters a.active{
    font-weight: bold;
}