 #layerLink:active {
	target: layer;
	target-width: 990px;
	target-height: 500px;
	target-position: center 50px;
	target-class: myLayer;
	target-close: "X CLOSE";
	target-template: '<div class="closeLink">%close</div> <div class="contentDIV">%iframe</div>';
}
#layerLinkC:active {
	target: layer;
	target-width: 990px;
	target-height: 300px;
	target-position: center 50px;
	target-class: myLayer;
	target-close: "X CLOSE";
	target-template: '<div class="closeLink">%close</div> <div class="contentDIV">%iframe</div>';
}

 #layerLink2:active {
	target: layer;
	target-width: 950px;
	target-height: 580px;
	target-position: center 50px;
	target-class: myLayer;
	target-close: "X CLOSE";
	target-template: '<div class="closeLink">%close</div> <div class="contentDIV">%iframe</div>';
}


