@charset "UTF-8";
/* CSS Document */
#slider {
	width: 541px; /* important to be same as image width */
	height: 241px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#stredni-box #stred-texty #slider ul, ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
#sliderContent {
	width: 541px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
	margin-top: 0px;
}
.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.sliderImage span {
	position: absolute; /* important */
	background-image:url(bg-projektor-text.png);
	background-position:0px bottom;
	left: 0;
	width: 505px;
	/*background-color: #000;*/
	/*	filter: alpha(opacity=70);  here you can set the opacity of box with text 
	-moz-opacity: 0.7;  here you can set the opacity of box with text 
	-khtml-opacity: 0.7;  here you can set the opacity of box with text 
	opacity: 0.7;  here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
	background-repeat: no-repeat;
}

.clear {
   clear: both;
}


