/* CSS class for zoomed area */.ZoomBigImageCont {    /*margin:		14px 0px 3px 14px !important; /*Added by DC*/    background:		#FFF;    border:	        1px solid #CC0000;    /* border:	        1px solid #91b817;*/}/* Header look and feel CSS class *//* header is shown if "title" attribute is present in the <A> tag */.ZoomHeader {	font:			10px Verdana, Arial;	color:			#FFFFFF;	background:		#083289;	text-align:     center !important; }/* CSS class for small looking glass square under mouse */.ZoomPup {    margin-left: 10px;    margin-top: 10px;        /*border: 		1px solid #CCCCCC;	background: 	#FFFFFF;*/	cursor:			hand;    width:          20px;        filter:alpha(opacity=45);    -moz-opacity: 0.45;    opacity: 1.0;}/* CSS style for loading animation box */.ZoomLoading {	text-align:		center;	background: 	#ffffff;	color:			#444;	border: 		1px solid #ccc;	opacity:		0.8;	padding:		3px 3px 3px 3px !important;	display: 		none; /* do not edit this line please */}/* CSS style for gif image in the loading animation box */.ZoomLoading img {    padding-top:	3px !important;}
