/*
*  Jacob slider
*  Jakub Ranftl
*  http://webryba.cz
*/
div#ks-slider { position: relative;  }

div#ks-controller a{ display: inline-block; height: 20px; width: 20px; border-radius: 10px; background: #fff; margin: 0px 5px 0px 5px; text-decoration: none; transition: background 0.4s; border: solid 1px #00a8ff; }
div#ks-controller a:hover { background: #a1d9f6;  }
div#ks-controller a.active { background: #00a8ff; }

@media only screen and (min-width: 630px) {
	div#ks-controller { text-align: center; position: absolute; bottom: 10px; left: 0px; width: 100%;   }
}

@media only screen and (min-width: 900px) {	 
	div#ks-controller { text-align: center; position: absolute; bottom: 20px; left: 0px; width: 100%;   }
}

@media only screen and (max-width: 630px) {
	div#ks-controller {  position: absolute; top: 10px; right: 10px; width: auto;   }	
}