/* kalenda slide  css $Id: asv_kalenda_slide.css 23 2008-02-08 14:41:16Z denis $ */
#kalenda_slide{z-index:5;}
.asvkalsl
{
	overflow: hidden;
	position: relative;
}

.asvkalsl img
{
	border: 0;
	margin: 0;
}

.asvkalsl .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat !important;
	background-position: center center;
	background-image: url('loading-bar-black.gif');
}

.asvkalsl .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('loading-bar-black.gif');
}

.asvkalsl .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333 !important;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .asvkalsl .slideInfoZone
{
	bottom: -1px;
}

.asvkalsl .slideInfoZone h2
{
	padding: 0;
	font-size: 1em;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.asvkalsl .slideInfoZone p
{
	padding: 0;
	font-size: .9em;
	margin: 2px 5px;
	color: #eee;
}

.asvkalsl a
{
	font-size: 1em;
	text-decoration: none;
	color: inherit;
}

.asvkalsl a.right, .asvkalsl a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .asvkalsl a.right, * html .asvkalsl a.left
{
	filter:alpha(opacity=50);
}

.asvkalsl a.right:hover, .asvkalsl a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.asvkalsl a.left
{
	left: 0;
	top: 0;
	background: url('fleche1.png') no-repeat center left;
}

* html .asvkalsl a.left { background: url('leche1.gif') no-repeat center left; }

.asvkalsl a.right
{
	right: 0;
	top: 0;
	background: url('fleche2.png') no-repeat center right;
}

* html .asvkalsl a.right { background: url('fleche2.gif') no-repeat center right; }

.asvkalsl a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.asvkalsl_wA a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
