.clear_960 { /* clear only for this resolution */
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.not_960 {
	display:none !important;
}

.only_960 {
	display:block !important;
}