body
{margin:0;
padding:0;
}

/* slider
----------------------------------------------------------*/
.slider {
    
	
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:3px;
	
	
}


ul.es-pager {
    
    width: 100%;
    text-align: center;
    margin: 3px 0;
    padding: 0;
    line-height: 0px;
	
}
ul.es-pager li {
    display: none;
    margin: 5px;
    padding: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
	border: 2px solid #000;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
ul.es-pager li:hover, ul.es-pager li.act {
    background-color: #007bce;
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 0%);
	
}
ul.es-pager li.act {
    cursor: default;
}