@charset "utf-8";
/* CSS Document */

div#fpFrame {
	position:absolute;
	left:50%;
	margin-left:-375px;
	top:50%;
	margin-top:-250px;
	width:750px;
	height:500px;	
}

div#fpFrame a.fpProduct {
	position:absolute;
	left: 50%;
	margin-left:-112px;
	top:50%;
	margin-top:-112px;
}

div#fpFrame a.fpPlodowski,
div#fpFrame a.fpDiamonds,
div#fpFrame a.fpSpecial,
div#fpFrame a.fpJevelry {
	display: table;
	position:absolute;
	width:220px;
	vertical-align: middle;
}

div#fpFrame a.fpPlodowski{
	height:225px;
	background: no-repeat right url(/images/arrLeft.png);
	top: 50%;
	margin-top:-112px;
	left:10px;
}
div#fpFrame a.fpDiamonds {
	height:20%;
	background: no-repeat bottom url(/images/arrTop.png);
	left:50%;
	margin-left:-110px;	
	top:10px;
}
div#fpFrame a.fpSpecial {
	height:225px;
	background: no-repeat left url(/images/arrRight.png);
	top:50%;
	margin-top:-112px;
	right:10px;
}
div#fpFrame a.fpJevelry {
	height:20%;
	background: no-repeat top url(/images/arrBottom.png);
	left:50%;
	margin-left:-110px;	
	bottom:10px;
}

div#fpFrame a.fpPlodowski p {
	width:300px;
	display: table-cell;
	vertical-align: middle;
}