.containermaster_transparent {
	width: 100%;
	background-color:Transparent;
	border-right:Transparent;
	border-top:Transparent;
	border-left:Transparent;
	border-bottom:Transparent;
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
