/* STYLES FOR TEASER */

#teaserLeft, 
#teaserMiddle, 
#teaserRight {
	float: left;
	}
	
#teaserMiddle {
	margin: 0 20px;
	}

.teaser {
	position: relative;
	width: 260px;
	height: 160px;
	margin: 0 0 10px 0;
	}

.teaser h2 {
	background: none !important;
	height: auto;
	margin: 0;
	}
	
.teaser a {
	position: absolute;
	bottom: 5px;
	left: 0px;
	}
	
/* TEASER STYLES */

.teaserYard {
	background: url(/images/teaser/teaserYard.jpg) left top no-repeat;
	}
	
.teaserAppointmentRequest {
	background: url(/images/teaser/teaserAppointmentRequest.jpg) left top no-repeat;
	}
	
.teaserShop {
	background: url(/images/teaser/teaserShop.jpg) left top no-repeat;
	}
	
