.callout.buy-preorder { 
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	height: 150px;
	width: 275px;
	cursor: pointer;
}

.callout.buy-preorder.buy_now {
	background: black url('../img/sprite.buy-now-or-preorder-en.gif') center top no-repeat;
}

.callout.buy-preorder.preorder {
  background: black url('../img/sprite.buy-now-or-preorder-en.gif') 0 50% no-repeat;
}

.callout.buy-preorder.both {
  background: black url('../img/sprite.buy-now-or-preorder-en.gif') 0 100% no-repeat;
}

.lang-fr .callout.buy-preorder.buy_now {
	background: black url('../img/sprite.buy-now-or-preorder-fr.gif') center top no-repeat;
}

.lang-fr .callout.buy-preorder.preorder {
  background: black url('../img/sprite.buy-now-or-preorder-fr.gif') 0 50% no-repeat;
}

.lang-fr .callout.buy-preorder.both {
  background: black url('../img/sprite.buy-now-or-preorder-fr.gif') 0 100% no-repeat;
}

.lang-es .callout.buy-preorder.buy_now {
	background: black url('../img/sprite.buy-now-or-preorder-es.gif') center top no-repeat;
}

.lang-es .callout.buy-preorder.preorder {
  background: black url('../img/sprite.buy-now-or-preorder-es.gif') 0 50% no-repeat;
}

.lang-es .callout.buy-preorder.both {
  background: black url('../img/sprite.buy-now-or-preorder-es.gif') 0 100% no-repeat;
}

.lang-de .callout.buy-preorder.buy_now {
	background: black url('../img/sprite.buy-now-or-preorder-de.gif') center top no-repeat;
}

.lang-de .callout.buy-preorder.preorder {
  background: black url('../img/sprite.buy-now-or-preorder-de.gif') 0 50% no-repeat;
}

.lang-de .callout.buy-preorder.both {
  background: black url('../img/sprite.buy-now-or-preorder-de.gif') 0 100% no-repeat;
}

.lang-it .callout.buy-preorder.buy_now {
	background: black url('../img/sprite.buy-now-or-preorder-it.gif') center top no-repeat;
}

.lang-it .callout.buy-preorder.preorder {
  background: black url('../img/sprite.buy-now-or-preorder-it.gif') 0 50% no-repeat;
}

.lang-it .callout.buy-preorder.both {
  background: black url('../img/sprite.buy-now-or-preorder-it.gif') 0 100% no-repeat;
}
