#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 1010;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px veranda;
line-height: 1.1em;
color: white;
padding: 5px 0 8px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 1005;
}

.vote {width:174px;background:#ECECEC none repeat scroll 0 0;}

.vote .counter {
/*background:#BA0009 url(/images/slider-vote-bg.gif) no-repeat scroll left bottom;*/
float:left;
background:#BA0009;
display:inline-block;
color:#FFFFFF;
padding:2px 7px 1px;
margin:3px 2px 0px 0px;
}

.vote a {margin-top:5px;}

.vote .name {min-height:24px;text-align:center;padding-top:2px;/*width:123px;*/}

.vote-btn, .vote-btn-grey {
float:left;
background:transparent url(/images/vote-sprite.png) no-repeat scroll 0 0;
display:inline-block;
height:16px;
width:14px;
margin-top:0px;
margin-right:2px;
}
.vote-btn-grey {background-position: 0 -24px;}

