


.slider { overflow: hidden; position: relative; width: 640px; height: 200px; }
	.slider .hidden { display: none; }

	.slide { position: absolute; top: 0; left: 0; width: 100%; }

	.ctl { width: 42px; height: 100px; top: 213px; position: absolute; }
	.ctl:hover { cursor: pointer; }
		.ctl.left { left: 9px; background: url("../images/arrowleft.png"); }
		.ctl.right { left: 710px; background: url("../images/arrowright.png"); }

	.weekDayOffer { text-align: center; font-style: italic; font-weight: bold; text-transform: uppercase; }
	.weekDayOffer header { border-bottom: 5px solid #fff; font-size: 25px; padding: 0 0 6px; }
	/*.slider .weekDayOffer div.content h2 {  } */
	.weekDayOffer div.content { padding: 20px 0 10px; border-bottom: 1px solid #fff; }
		.weekDayOffer div.content p { font-size: 35px; line-height: 40px; margin: 0; }


	.teaser { width: 310px; float: left; }
		.teaserleft { padding-right: 5px; }
		.teaserright { padding-left: 5px; }
