@charset "utf-8";
/* CSS Document */
.zitem {
	width:100px;
	height:100px;	
	border:2px solid #999;	
	margin:5px 5px 5px 0;
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	height:40px;
	background:#000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:9px;		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:9px;	
	/* add spacing and make the whole row clickable */
	padding:5px;
	display:block;
}

.img_peque {
	border:0;
	position:absolute;
}

.clear {
	clear:both;	
}
.galeria_invitados .zitem {
	width:100px;
	height:100px;	
	border:2px solid #999;	
	margin:5px 5px 5px 0;
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.galeria_invitados .zitem .caption {
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	height:40px;
	background:#000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:9px;		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.galeria_invitados .zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:9px;	
	/* add spacing and make the whole row clickable */
	padding:5px;
	display:block;
}



