
/* slides */          

#slides {
    width: 936px;
    height: 237px;
    position: relative;
    margin: 0 auto;	  
    padding-top: 8px;	
} 

.slides_container { 
    width: 100%;
    height: 100%;
    overflow: hidden; /* pro hezke zobrazeni bez js */	
}

.slide { /* pro hezke zobrazeni bez js */	
    position: relative;
    width: 100%;
    height: 100%;
}     

#slides .prev, #slides .next {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 85px;  	
    cursor: pointer;
    background: url('../images/js/slider-arrows.png') no-repeat 0 0;				
}

#slides .prev {
    left: -38px;	
}

#slides .prev:hover {
    left: -39px;
}

#slides .next {	
    background-position: 0 -31px;
    right: -38px;
}

#slides .next:hover {
    right: -39px
} 

#slides .prev span, #slides .next span {
    display: none;
} 	

#slides .slide-text {  		
    width: 936px; 		
    min-height: 237px;
    position: absolute;	
    top: 0;					
}

.slide #one {
    background: url('../images/poloch-banner-3.jpg') no-repeat 0 0;
}

.slide #two {
    background: url('../images/slider-helmut.png') no-repeat 0 0;
}

/*
.slide #three {
    background: url('../images/poloch-banner-5.jpg') no-repeat 0 0;
}

*/
.slide #four {
    background: url('../images/poloch-banner-6.jpg') no-repeat 0 0;
}

.slide-text p {
    font-size: 21px; 
    width: 415px;
    position: relative;
    top: 100px;
    left: 530px;
}           

.slide a:hover {  
    text-decoration: none;
}

.slide a {
	font-weight: bold;  
    color: #d70000;
}

/* slider */
#slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 981px;
    height: 302px;
}

