/* Special event: labour day */
:not(oldBrowser) .event-back-labour-day:after {
 background: url(/images/event/labour_day-back.png) repeat-x 0 0; 
}
.labour-day-body {
 background: url(/images/event/labour_day-back-left.png) no-repeat 0 0;
}
.labour-day-body > div {
 height: 100px;
 margin-left: 55px; 
 position: relative;
 background: url(/images/event/labour_day-back-left.png) repeat-x 0 0;
}
.labour-day-image, .labour-day-close {
 position: absolute;
 display: block;
}
.labour-day-image {top:0px;right:0px;}
.labour-day-close {top:5px;right:5px;}
