#season {
	width: 778px;
	margin: 0px auto;
}

#seasonleft { 
	width: 195px;
	height:126px;
	position:absolute;
	left:1;
	background: url(../img/winter_left.png) no-repeat left top;
}

#seasonright { 
	width: 195px;
	height:126px;
	position: absolute;
	margin-left:585px;
	background: url(../img/winter_right.png) no-repeat left top;
	cursor:pointer;
}

.season { background: url(../img/winter.jpg) no-repeat 1px bottom; }