@charset "utf-8";
#gallerybody {
	width: 913px;
	height: 422px;
}

#gallerybody #portraits img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	/**border: 1px groove #CCC;*/
}


#gallerybody #left {
	float: right;


}
#gallerybody #right {
	float: right;
}


.fade {
	opacity: .5;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 1;
      }
