#havaDurumu{
	width:285px;
	margin:auto;
}
#weatherBg{
	width:285px; /*360*/
	height:205px; /*235*/
	margin:auto;
	padding:5px;
	/*background-color:#F00;*/
	background:url(../images/weatherBg.png) no-repeat;
}

.scroll {
    height: 115px;
    width: 285px;
    overflow: hidden; /*burası ajax çalıştığında auto olacak.*/
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 110px;
    width: 285px;
	background-color:#0C0;
}

.todayWeather{
	float:left;
	width:285px; /*349*/
	height:131px; /*224*/
	padding:5px;
	/*background:#CCC;*/
}

h1.city{
	color:#171717;
	font-size:16px;
	margin-bottom:3px;
}

h2.temp{
	color:#4e4e4e;
	font-size:18px;
	margin-bottom:3px;
}

h3.conditionData{
	color:#4e4e4e;
	font-size: 16px;
	margin-bottom:7px;
	margin-left:-7px;
}

.todayImage{
	float:left;
	width:140px;/*211*/
	height:121px; /* 131 */
	padding-top:5px;
	text-align:center;
	/*background-color:#F00;*/
}

.todayCondition{
	float:left;
	width:143px;/*138*/
	height:106px; /*131*/
	padding-top:5px;
	/*background-color:#09C;*/
}

#forecast{
	float:left;
	width:285px;
	height:58px; /*73*/
	padding:0 5px 5px 5px;
	/*background-color:#060;*/
}

#forecast a{
	font-weight:normal;
	text-decoration:none;
}

#forecast a.selected{
	font-weight:bold;
}
.weather{
	float:left;
	width:63px;
	height:43px;
	/*background-color:#0F6;*/
}

.weatherDay{
	float:left;
	width:65px;
	height:7px;
	margin-bottom:5px;
	text-align:center;
	/*background-color:#C90;*/
}

.weatherImage{
	float:left;
	width:30px;
	height:13px;
	/*background-color:#000;*/
}

.sehir{
	background:url(../images/weatherBgUst.png) no-repeat;
}