

@import url("https://www.crisar.nl/wp-content/themes/vulcan/css/styles/default.css");
      body{
      	font-family:Arial, sans-serif;	
      	font-size:12px;	
      	color:#262626;
      }    
      p, ul, ol, blockquote{
      	font-size:12px;
      	color:#262626;
      }      
    a,a:link {
	color:#00639d; 
	text-decoration:none;
}
a:visited{
	color:#1e5b7f; 
	text-decoration:none;
}
a:hover{
	color:#007ac1; 
	text-decoration:none;
}
a img{
	border:none
}
/* Slideshow dots */
#pager{
	position:absolute;
	z-index:0; /* I changed this from 60 to 0 and they were gone */
	top:375px;
	margin-left:850px;
}
#pager a{
	background: url(images/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager .activeSlide{
	background: url(images/slide.png) no-repeat scroll 0% 50%;
}

.slideshow li {
      background-color: #ffffff;
}