#slider0{
width:100%;
overflow:hidden;
padding: 15px 0;
}
#uvod_banner {
width:100%;
min-width:320px;
text-align:center;
margin: 0 auto;
}
#uvod_banner a{
display:inline-block;
}
#uvod_banner div{
max-width:100%;
}
.banner_slide {
position: absolute;
}
.banner_slide img {
width: 100%;
border-radius:0px;
min-width:320px;
max-width:100%;
}

.banner_slide_prvni {
z-index: 3;
}
.banner_slide_druhy {
z-index: 2;
}
.banner_slide_dalsi {
z-index: 1;
}
#slider_puntiky_bg {
position:relative;
margin-top:10px;
}
#slider_puntiky {
position:absolute;
text-align: center;
top:0px;
z-index:9999;
width:100%;
}
#slider_puntiky img {
border: none;
width: 12px;
height: 12px;
}
#banner_bg img {
border: none;
width:100%;
box-sizing:border-box;
}