/* area info seasons rollover */

#seasons_area {
width: 640px;
height: 240px;
margin-left: auto;
margin-right: auto;
}

#season_fall_btn {width: 152px; height: 220px; float:left; padding-right: 10px; padding-bottom: 20px; }
a.rollover20 {display: block; width: 152px;	height: 220px;	text-decoration: none; background: url("http://sandpiperbeacon.com/images/area_info/fall.png");}
a.rollover20:hover {background-position: -152px 0;}
.displace {position: absolute; left: -5000px;	}

#season_winter_btn {width: 152px; height: 220px; float:left; padding-right: 10px; padding-bottom: 20px;}
a.rollover21 {display: block; width: 152px;	height: 220px;	text-decoration: none; background: url("http://sandpiperbeacon.com/images/area_info/winter.png");}
a.rollover21:hover {background-position: -152px 0;}
.displace {position: absolute; left: -5000px;	}

#season_spring_btn {width: 152px; height: 220px; float:left; padding-right: 10px; padding-bottom: 20px;}
a.rollover22 {display: block; width: 152px;	height: 220px;	text-decoration: none; background: url("http://sandpiperbeacon.com/images/area_info/spring.png");}
a.rollover22:hover {background-position: -152px 0;}
.displace {position: absolute; left: -5000px;	}

#season_summer_btn {width: 152px; height: 220px; float:left; padding-bottom: 20px;}
a.rollover23 {display: block; width: 152px;	height: 220px;	text-decoration: none; background: url("http://sandpiperbeacon.com/images/area_info/summer.png");}
a.rollover23:hover {background-position: -152px 0;}
.displace {position: absolute; left: -5000px;	}