﻿img
{
    border:0;
    vertical-align:bottom;
}

.Image
{
    position:relative;
   
}
.Image a
{
    position:absolute;
    top:10px;
    width:120px;
    height:40px;
    /*background-color:red;
    border:1px solid black;*/
    text-align:center;
    z-index:2;
    text-decoration:none;
    display:block;
}
.Image a.Previous
{
	top : 48%;
    left: 39%;
}
.Image a.Next
{
	top  : 50%;
    right: 38%;
}