/* Classe com a cor da borda da imagem no momento do zoom */
.EzZoomBigImageCont{
/*	border:			1px solid #91b817;*/
	border:			1px solid #CCC;
}

#ZoomImgCont-big{
	position:relative;
	z-index:100;
}

#ZoomImg-big{
	position:		absolute;
	top:			100px;
	left:			0px;
	background-color: #FFF;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.EzZoomHeader{
	color:			#fff;
	background: 	#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.EzZoomPup{
	border: 		0px solid #aaa;
	background: 	#FFF;
	cursor:			pointer;
}

#FotoPrincipal{
	cursor: pointer;
	border: 0px solid #aaa;
}

/* CSS style for loading animation box */
.EzZoomLoading{
	text-align:		center;
	background: 	#F00;
	color:			#444;
/*	border: 		1px solid #ccc;*/
	opacity:		0.8;
    -moz-opacity:	0.8;
    -html-opacity:	0.8;
	filter: 		alpha(Opacity=80);
	padding:		10px !important;
	display: 		none; /* do not edit this line please */
}
.EzZoomLoading img{
/*	margin-top:		8px !important;*/
}

/* CSS style for gif image in the loading animation box */
.EzZoomLoading img{
	padding-top:	3px !important;
}

