/*	general	*/
.hideInIE6 {
		display: none;
		height: 1%;	
		}
.showInIE6 {
		display: block;
		height: 1%;	
		}
