﻿.current-temperature  {
  padding-left:35px;
   text-align:left;
   vertical-align:central;
   
 }
.padding20
{
    padding-bottom:20px;
    padding-top:20px;
    display:block;
}

.clear {
   background:url("/gallery/weather/clear.png")  no-repeat scroll 0 0 transparent;
   height:24px;
   }


.cloudy {
   background:url("/gallery/weather/clouds.png")  no-repeat scroll 0 0 transparent;
   }


.rainy {
   background:url("/gallery/weather/rainy.png")  no-repeat scroll 0 0 transparent;
   }
   .thunderstorm  {
   background:url("/gallery/weather/thunderstorm.png") no-repeat 
  scroll 0 0  transparent;
   }
   .thunderstorm-cloudly  {
   background:url("/gallery/weather/thunderstorm-cloudly.png") no-repeat 
  scroll 0  0 transparent;
   }
   .snowly-cloudly  {
   background:url("/gallery/weather/snowly-cloudly.png") no-repeat 
  scroll 0 0  transparent;
   }
   .snow {
   background:url("/gallery/weather/snow.png")  no-repeat scroll 0 0 transparent;
   }
   .rainy-cloudy  {
   background:url("/gallery/weather/rainy-cloudy.png") no-repeat 
  scroll 0 0  transparent;
   }
   
