#santa {
	float: left;
	display: block;
	cursor: pointer;
	margin-right: 28px;
}

#vanoce .nadpis {
	font-family: Trebuchet,Arial,sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #409FC2;
	margin: 13px 3px 13px 0px;
}

#vanoce {
	display: none;
	background-color: white;
	width: 920px;
        height: 150px;
	margin: auto;
	-webkit-box-shadow:  5px 5px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  5px 5px 8px 1px rgba(0, 0, 0, 0.2);
	z-index: 20000;
	margin: auto;
	padding: 20px;
	top: -10px;
	position: absolute;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	font-family: Trebuchet,Arial,sans-serif;
        font-size: 14px;
        font-style: normal;
	line-height: 17px;
}

#vanoce .close a {
	font-family: Trebuchet,Arial,sans-serif;
        font-size: 14px;
        font-style: bold;
	color: red;
}

#vanoce .close a:hover {
        font-family: Trebuchet,Arial,sans-serif;
        font-size: 14px;
        font-style: bold;
        color: red;
	text-decoration: none;
}


#noborder { border:none};

#turn_wrapper {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#turn_hideme {
	width: 85%;
	height: 85%;
	overflow: hidden;
	display: block;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: white;
}

#turn_object{
	position: relative;
	z-index: 1000000000;
}

#turn_wrapper.right #turn_hideme *,
#turn_wrapper.right #turn_object {
	float: right !important;
}

#turn_wrapper.right #turn_hideme {
	float: right !important;
	right: 0 !important;
	left: auto;
}
#turn_wrapper.right #turn_object {
	right: 0 !important;
	left: auto !important;
}

#turn_wrapper.right {
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	right: 0 !important;
}

#turn_wrapper.right #turn_object * {
	position: absolute;
	right: 0 !important;
}

#turn_wrapper #turn_object img#turn_fold {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1000;
	right: 0;
	position: absolute;
}

/* the jQuery CSS Framework */
#turn_wrapper .ui-resizable { position: relative;}
#turn_wrapper .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; background-image: url(#none)}
#turn_wrapper .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 0; bottom: 0; }
#turn_wrapper .ui-resizable-sw { cursor: sw-resize; width: 12px; height: 12px; left: 0; bottom: 0; }
