@charset "utf-8";
/* CSS Document */

#slider {
    width: 844px; /* important to be same as image width */
    height: 325px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider #sliderContent {
	width: 844px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	
	padding: 0px;
	margin-top: 0px;
}

#slider #sliderContent .sliderImage {
	float: left;
	position: relative;
	display: none;
	
	width: 844px;
}

#slider #sliderContent .clear {
	clear: both;
}

#slider #sliderContent .sliderImage .sliderTextArea {
    position: absolute;
	width: 300px;
	
    /*padding: 10px 13px;*/
	/*background-color: #ffffff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;*/
    /*color: #000000;*/
    
	display: none;
	
	background-image: url(../images/slider/slider_bg3.png);
	background-repeat: repeat;
	font-size: 0.8em;
	text-align: justify;
}

#slider #sliderContent .sliderImage .positionRight {
	top: 0;
	right: 0;
	bottom: 0;
}

#slider #sliderContent .sliderImage .sliderTextArea strong {
    font-size: 1.1em;
}

#slider #sliderContent .sliderImage .sliderTextArea .sliderSlika{
	position: absolute;
	width: 280px;
    height: 37px;
	background-image: url(../images/slider/aktualnosti.png);
	top: 10px;
	right: 10px;
}

#slider #sliderContent .sliderImage .sliderTextArea .sliderTekst{
	position: absolute;
	width: 260px;
	height: 250px;
	top: 70px;
	left: 0px;
	padding: 0px 20px;
	color: #333;
}

#slider ul { list-style-type: none;}
