.calwin {
    /* required */
    position: absolute;
    border-width: 0px;
   border-style: none;
       /* To the user's discretion */

background-image:
url('chmurka.png');
background-repeat: no-repeat;
text-align:center;
margin-top:15px;
height:88px;
vertical-align: middle;
font-size:12px;
font-weight:bold;
color: #000000;
   }
.current {
background-image:
url('aktualny.png');
background-repeat: no-repeat;
background-position:center;
	width: 20px;
	height: 20px;
}


.events {
background-image:
url('premiera.png');
background-repeat: no-repeat;
		width: 20px;
	height: 20px;
	background-position:center;
}
.hidden {
	display: none;
	
}
.visible {
	display: block;
}
.click {
	cursor: pointer;
}

.cal_day {

		width: 20px;
	height: 20px;
}
