@charset "utf-8";
 
 /**--next preview--**/

	.btnp{
	  text-decoration: none;
	  display: inline-block;
	  padding: 0.6em; 1em
	  font-size:11px;
	  text-align:center;
	  width:100%;
	  border:solid 2px #ccc;
	  margin-bottom:30px;
	  
	  }
	.btnp a:hover{
	opacity:0.6;
	transition: 0.8s;
	}
	
	.arrow-left::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	}

	.arrow-right::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	}
	
	.previous {
	  padding:10px;
	  color: blue;
	
	}

	.next {
	  padding:10px;
	  color: blue;
	  text-align:right;
	}




