
.curweather_block{
    position: absolute;
    right: 987px; 
    top : 0px;
    width: 293px;
    color: #b0513b;
    text-shadow: #000 0 -1px 0;
    font-size: 20px;
    //background-image: url("i_720/25alfa_20.png");
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
} 

.curweather_block .city{
    position: absolute;
    top: 4px;
    right: 4px;
    font-family: "Myriad Pro Cond", sans-serif;
    color: #b0513b;
}

.curweather_block .curweather_img{
    position: absolute;
    top : 5px;
    left: 5px;
}

.curweather_block .curweather_descr{
    margin: 85px 0 0 0;
    padding: 0 0 8px 8px;
}

.curweather_block .curweather_title{
    font-family: "Myriad Pro Cond", sans-serif;
    color: #b0513b;
}
.curweather_block .wind_direction_N{
    -webkit-transform: rotate(180deg);
    float: left;
    margin: 0 5px 0 8px;
}

.curweather_block .wind_direction_NE{
    -webkit-transform: rotate(225deg);
    float: left;
    margin: 0 5px 0 8px;
}

.curweather_block .wind_direction_E{
    -webkit-transform: rotate(270deg);
    float: left;
    margin: 0 5px 0 8px;
}

.curweather_block .wind_direction_SE{
    -webkit-transform: rotate(315deg);
    float: left;
    margin: 0 5px 0 8px;
}

.curweather_block .wind_direction_S{
    -webkit-transform: rotate(0deg);
    float: left;
    margin: 0 5px 0 8px;
}

.curweather_block .wind_direction_SW{
    -webkit-transform: rotate(45deg);
    float: left;
    margin: 0 5px 0 8px;
}

.curweather_block .wind_direction_W{
    -webkit-transform: rotate(90deg);
    float: left;
    margin: 0 5px 0 8px;
}

.curweather_block .wind_direction_NW{
    -webkit-transform: rotate(135deg);
    float: left;
    margin: 0 5px 0 8px;
}

.curweather_block .wind_direction_na{
    display: none;
}

