#tickerContainer {
    background:url(ticker_bg.jpg?v4) no-repeat; height:376px; width:918px;
}
#tickerBody {
}

#tickerLeftPart {
    float: left;
    width: 768px;
    height: 375px;
}
#tickerRightPart {
    float: right;
    width: 150px;
    width: 150px;
    height: 375px;
}
#donationBlock {
    left: 220px;
    top: 168px;
    position:relative;
    width: 540px;
    height: 96px;
    text-align:center;
}
#txtDonation {
    text-align:center;
    color: #FFFFFF;
    font: 56px/70px Verdana;
    font-weight:bold;
    display: none;
    padding-top: 14px;
}
#txtDonationNotAvailable {
    color: #d10000;
    font-size:20px;
    font-family:Verdana;
    padding-top: 32px;
}

#curTimeBlock {
    text-align:right;
    /*padding-right: 10px;*/
    left: 270px;
    top: 132px;
    position:relative;
    width: 465px;
    height: 20px;
}
#txtCurTimeInfo {
    color: #d10000;
    font-size:11px;
    font-family:Verdana;
    padding-right: 15px;
}
#donorBlock {
    left: 442px;
    top: 195px;
    position:relative;
    width: 465px;
    height: 50px;
}
#donatorName {
/*    padding-left: 380px;
    padding-top: 22px; */
    color: #FFFFFF;
    font-size:23px;
    font-family:Verdana;
    font-weight:bold;
}
#donatorLocation {
    padding-left: 20px;
    padding-top: 5px;
    color: #FFFFFF;
    font-size:16px;
    font-family:Verdana;
    font-weight:bold;
    font-style:italic;
}
#donationButtonBlock {
    left: 660px;
    top: 170px;
    position:relative;
    width: 465px;
    height: 50px;
    
    width: 144px;
    height: 125px;

}
#barScaleContainer {
    float: left;
    height: 345px;
    width: 44px;
    padding-top: 10px;
    
}
.scaleNumber {
    color:#FFFFFF;
    padding-bottom: 34px;
    padding-right: 3px;
    text-align: right;
}
.scaleNumberTuned {
    color:#FFFFFF;
    padding-bottom: 7px;
    padding-right: 3px;
    text-align: right;
}
#barContainer {
    float: right;
    margin-right:18px;
    width: 56px;
    height: 358px;
    position:relative;
    background-color:#d40000;
}
#bar {
    width: 56px;
    height: 358px;
    background:#d40000 url(bar_bg.jpg) no-repeat;

}