#divCollaboratorsMapModule,#divCollaboratorsMapModule .divRightColBoxContent
	{
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
        -moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
}

#divCollaboratorsMapModule .divRightColBoxContent {
	padding: 0;
	position: static;
	height: 150px;
}

#divCollaboratorsMapModule .divRightColBoxContent a {
	width: 240px;
	height: 150px;
	display: block;
	clear: both;
	float: none;
}
