/* 
  ------------------------------------------------
  Just for old photoshow display to improve on absolute positioning in previous website
 ------------------------------------------------*/ 
 /* em sets the height below images. margin left shifts the image sets to the right*/
div#slidebox {
	left : 0;
	width :100%;
	padding : 0em 0 18em;
	margin-left: 120px;
	margin-top: 180px;
	margin-bottom: 150px;
}

/* =si_clear_children ALL THIS IS STILL NEEDED BUT DON'T KNOW WHY */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest {
	position: relative;
	z-index: 63;
} 
/*DON'T KOW WHY THIS IS STILL NEEDED EITHER*/
/*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
