﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.previous-product {
	float: right;
}
.next-product {
	float: left;
}
.previous-product a {
	border-radius: 0 40px 40px 0;
	padding: 0 55px 0 10px;
	text-align: right;
}
.previous-product a:before {
	right: 0;
	left: auto;
	background-image: url('images/arrow-next.png');
}
.next-product a {
	border-radius: 40px 0 0 40px;
	padding: 0 10px 0 55px;
	text-align: left;
}
.next-product a:after {
	left: 0;
	right: auto;
	background-image: url('images/arrow-prev.png');
}