@charset "utf-8";
/* CSS Document */

.polaroids { overflow: visible; margin-right: -10px; float: left; }
	div.polaroids h2 { display: none; }
	div.polaroids ul { width: 100%; overflow: visible; list-style: none; }
		div.polaroids li { float: left; margin-right: 70px; position: relative; }
			div.polaroids span.collection_item_short { display: none; position: absolute; left: 40px; top: 54px; border: 3px solid #fed6ec; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
			div.polaroids a:hover span.collection_item_short { display: block; }
			div.polaroids a:hover span.js span.collection_item_short { display: none; }
			div.polaroids span.collection_item_short span { color: white; text-align: center; line-height: 1.25em; padding: 10px 5px; width: 135px; background: #e2007a; display: block; border: 3px solid #ee81bc; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
		
.agenda { overflow: visible; float: left; }
	.agenda h2 { color:black; font-size:0.9em; margin:34px 0 0 11px; position:absolute; z-index:2; }
	.agenda .collection_innerWrapper { padding-top: -20px; }
	.agenda li { list-style-type: none; }
		.agenda a.collection_item_url { line-height: normal; font-size: 0.9em; background: url(../assets/new/paper.png); width: 196px; height: 126px; padding-top: 30px; padding-left: 10px; padding-right: 10px; position: relative; display: block; text-decoration: none; }
			.agenda span.collection_item_title { display: block; color: #e2007a; font-size: 1.2em; font-style: italic; padding-top: 20px; }
			.agenda span.collection_item_date { dislay: block; color: black; }
			.agenda span.collection_item_short { display: none; }


.download-posters { overflow: hidden; }

	div.download-posters h2 { display: none; }
	div.download-posters div.collection_innerWrapper { text-align: center; }
		div.download-posters li { float: left; width: 150px; margin: 0 43px; padding: 10px 3px 0px; position: relative; text-align: center; overflow: hidden; }
			div.download-posters li img { opacity: 0.5; }
			div.download-posters ul li:hover img { opacity: 1; }
			div.download-posters span.helper1 { position: absolute; left: 0px; top: 0px; background: url(../assets/new/pin-left.png) no-repeat center center; width: 14px; height: 19px; }
			div.download-posters span.helper2 { position: absolute; right: 0px; top: 0px; background: url(../assets/new/pin-right.png) no-repeat center center; width: 14px; height: 19px; }
			div.download-posters ul a { visibility: hidden; color: white; text-decoration: none; }
			div.download-posters ul a:hover { text-decoration: underline; }
			div.download-posters ul li.hover a,
			div.download-posters ul li:hover a { visibility: visible; }
	
	div.collection_navigation { margin: auto; overflow: hidden; }
	div.collection_navigation a.page { background: url(../assets/new/pager-bullet.png) no-repeat center center; width: 20px; height: 20px;
		/* inline block hax */
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
	}
	div.collection_navigation a.activePage,
	div.collection_navigation a.page:hover { background-image: url(../assets/new/pager-bullet-active.png); }
	div.collection_navigation a.page span { display: none; }
	div.collection_navigation a.nextItem,
	div.collection_navigation a.prevItem { display: none; }