.marginRight {margin-right: 0%}

#rtl .marginRight {
	margin-right:0;
	margin-left:0%;
}

div.round {
	background-color: #ddd;
	width:30%;
	height:400px;
	border:1px solid #aaa;
}
div.round.first { margin-right: 4%; }
div.round.last { margin-left: 4%; }

#rtl div.round.first { margin-right: 0; margin-left: 4%; }
#rtl div.round.last { margin-left: 0; margin-right:4%; }

div.round .pkgHead {
	font-size:30px;
	font-weight:bold;
	color:#333;
	text-align:center;
	font-style: italic;
	margin: 0 -20px;
}
