/* PURCHASE BUTTON */

div.purchase a {
  display:block;
  width:222px;
  height:103px;
  background:url(../../../images/buynow.png) 0 0 no-repeat;
   }

div.purchase a:hover {
   background-position: -225px 0;
   cursor:hand;
   }

/* LEASE BUTTON */

div.lease a {
  display:block;
  width:222px;
  height:103px;
  background:url(../../../images/leasenow.png) 0 0 no-repeat;    
   }

div.lease a:hover {
   background-position: -225px 0;
   cursor:hand;
   }


/* UPGRADE BUTTON */

div.upgrade a {
  display:block;
  width:222px;
  height:103px;       
  background:url(../../../images/upgradenow.png) 0 0 no-repeat;
   }

div.upgrade a:hover {
   background-position: -225px 0;
   cursor:hand;
   }


/* VIEW IT NOW BUTTON */

div.viewnow a {
  display:block;
  width:150px;
  height:44px;
  background:url(../../../images/viewitnow3d.png) 0 0 no-repeat;
   }

div.viewnow a:hover {
   background-position: -152px 0;
   cursor:hand;
   }

/* VIEW IT NOW BUTTON */

div.readnow a {      
  display:block;                 
  width:150px; 
  height:44px;
  background:url(../../../images/readitnow3d.png) 0 0 no-repeat;
   }

div.readnow a:hover {
   background-position: -152px 0;
   cursor:hand;
   }

/* BUY NOW MA5 BUTTON */

div.buynowma5 a, span.buynowma5 a {
  display:block;
  width:222px;
  height:103px;
  background:url(../../../images/buynowma5.png) 0 0 no-repeat;
  float: left;
   }

div.buynowma5 a:hover, span.buynowma5 a:hover {
   background-position: -225px 0;
   cursor:hand;
   }

/* UPGRADE NOW MA5 BUTTON */

div.upgradenowma5 a, span.upgradenowma5 a  {
  display:block;
  width:222px;
  height:103px;
  background:url(../../../images/upgradenowma5.png) 0 0 no-repeat;
  float:left;
   }

div.upgradenowma5 a:hover, span.upgradenowma5 a:hover {
   background-position: -225px 0;
   cursor:hand; 
   }          

/* PREVIEW MA5 BUTTON */

div.prevma5 a {
  display:block;
  width:186px;
  height:175px;
  float:right;
  background:url(../../../images/previewma5.png) 0 0 no-repeat;
   }

div.prevma5 a:hover {
   background-position: -186px 0;
   cursor:hand;
   }

/* PREVIEW WD GANN BUTTON */

div.prevwdgann a {
  display:block;
  width:369px;
  height:127px;
  float:right;
  background:url(../../../images/playwdgann.png) 0 0 no-repeat;
   }

div.prevwdgann a:hover {
   background-position: -373px 0;
   cursor:hand;
   }

