.topTipsy    {
	max-width: 480px;
	max-height: 480px;
	padding: 0 0 5px 0;
	background: url("../img/general/tipsy.png") no-repeat scroll center bottom transparent;
}
.bottomTipsy {
	max-width: 480px;
	max-height: 480px;
	padding: 5px 0 0 0;
	background: url("../img/general/tipsy.png") no-repeat scroll center 0 transparent;
}
.leftTipsy   {
	max-width: 480px;
	max-height: 480px;
	padding: 0 5px 0 0;
	background: url("../img/general/tipsy.png") no-repeat scroll right center transparent;
}
.rightTipsy  {
	max-width: 480px;
	max-height: 480px;
	padding: 0 0 0 5px;
	background: url("../img/general/tipsy.png") no-repeat scroll 0 center transparent;
}

.topTipsy > *,
.bottomTipsy > *,
.leftTipsy > *,
.rightTipsy > * {
	padding: 0 15px;
	background: url(../img/general/blackTransparent90.png) repeat scroll 0 0 transparent;
	-moz-box-shadow: -2px 3px 3px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -2px 3px 3px 2px rgba(0, 0, 0, 0.5);
	box-shadow: -2px 3px 3px 2px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: '5px';
	border-radius: 5px;
	text-shadow: none;
	font: bold 12px/27px arial;
	color: #ffffff;
}

.rtl .topTipsy > *,
.rtl .bottomTipsy > *,
.rtl .leftTipsy > *,
.rtl .rightTipsy > * { font: 13px/27px Yekan,Tahoma,Geneva,sans-serif; }