#wrapper_calendar {
	width: 100%;
	position: relative;
}
#calendar_main {
	background: #000 url(/images/calendar_fond.jpg) top center no-repeat;
	border-bottom: 5px solid #fff;
	width: 100%;
	height: 517px !important;
}

#calendar_main ul { top: 0px; left: 0px; width: 1px; }
#calendar_main ul li { width: 1px; height: 1px; }

#wrapper_calendar ul li a {
	display: block;
	position: absolute;
	height: 130px;
	width: 110px;
	text-decoration: none;
}
#wrapper_calendar ul li a span {
	display: none;
}

#calendar_title {
	width: 900px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	position: relative;
}
#calendar_title h2 {
	margin-left: -45px;
}

/* Hide the jQuery/UI/Dialog resize handles */
.dialogCalendar.ui-dialog.ui-resizable-disabled .ui-resizable-handle { display: none; }
.dialogCalendar .ui-dialog-titlebar { display: none; }


#btn_calendar_close {
	position: absolute;
	right: 0px;
	top: 50px;
	border: 0px;
	width: 59px;
	height: 23px;
	background: transparent url(/images/calendar_close_btn.gif) no-repeat top left;
	cursor: pointer;
}

#bottom_snow input {
	border: 0px;
	width: 238px;
	height: 33px;
	margin-left: 605px;
	background: transparent url(/images/calendar_thumb.gif) no-repeat top left;
	cursor: pointer;
}

#cal_event_01 a { left: 75px;  top: 280px; }
#cal_event_02 a { left: 145px; top: 150px; }
#cal_event_03 a { left: 307px;  top: 243px; }
#cal_event_04 a { left: 526px; top: 246px; }
#cal_event_05 a { left: 442px; top: 113px; }
#cal_event_06 a { left: 738px; top: 254px; }
#cal_event_07 a { left: 262px; top: 390px; }
#cal_event_08 a { left: 610px; top: 390px; }

.aqTip {
	top: -10px;
	left: 60px;
	padding: 5px 5px 3px 5px;
	width:140px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	border: 2px solid #fff;
	background-color: #000;
}