#wpnp_next{
	background-repeat: no-repeat;
	width: 32px;
	height: 60px;
	position: fixed;
	right: 10px;
	display: block;
	text-indent: -99999px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wpnp_previous{
	width: 32px;
	height: 60px;
	position: fixed;
	left: 10px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Large desktop */
@media (min-width: 1200px) { }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#wpnp_next{
		width: 22px;
		height: 42px;
		right: 5px;

	}
	#wpnp_previous{
		width: 22px;
		height: 42px;
		left: 5px;

	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	#wpnp_next{
		width: 16px;
		height: 30px;
		right: 3px;

	}
	#wpnp_previous{
		width: 16px;
		height: 30px;
		left: 3px;

	}

}