﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.previous-product {
	float: right;

    max-width: 250px;
    position: absolute;
    z-index: 999999999999999;
    float: right;
    top: 520px;
right:0;
}
.next-product {
	float: left;

    max-width: 250px;
    position: absolute;
left:0;
    z-index: 999999999999999;
    float: left;
    top: 520px;
 
 


}

.previous-product .arrow {
	padding: 16px 65px 16px 10px;
	text-align: right;
    border-left: 1px solid #fff;
background:red
}
.previous-product a {
	padding: 16px 65px 16px 10px;
	text-align: right;
    border-left: 1px solid #fff;
}
    .previous-product a:before {
        right: 0;
        left: auto;
        border-left: 1px solid #fff;
        background: url(images/arrow-next.png) no-repeat center;
    }
.next-product a {
	padding: 16px 10px 16px 65px;
	text-align: left;
    border-right: 1px solid #fff;
}
    .next-product a:before {
        left: 0;
        right: auto;
        border-right: 1px solid #fff;
        background: url(images/arrow-prev.png) no-repeat center;
    }