@charset "utf-8";

/* Picture Content Controlers.
   This Controls the divs from picture efects. */

#pics { display: none;}
#pics_back { filter: alpha(opacity=70)-moz-opacity:.50;opacity:.50;; background:#00000; position: fixed;
	top: 0px; left: 0px; right: 0px; bottom:0px; padding: 120px;}
#pics_show { border: 1px solid #999; position: fixed; background: #FFF;
	top: 10%; left: 10%; right: 10%; bottom: 10%;}
#pics_hide { color: #990000; position: fixed; top: 6%; right: 10%;}
	