/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	
	
	
	/* Gallery content CSS */
	.content_galleria{color:#eee;font:14px/1.4 "helvetica neue", arial,sans-serif;width:990px;margin:0px auto;}
	a {color:#fff;}
	#galleria{height:500px; width:990px; margin: 0 auto; margin-left:auto; margin-right:auto;}
	
	
			
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background-image:url(../images/photo_gallery/gallery_bg.png);
		background-position:center top;
		opacity:60%;
		z-index: 100;
		display: none;
		z-index: 99;
		top: 0;
		left: 0;


		}
	
	.reveal-modal {
		visibility: hidden;
		top: 92px;
		left: 50%;
		margin-left: -495px;
		width: 990px;
		height:540px;
		background: #ccc url(../images/photo_gallery/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 999;
		padding: 0px 0px 0px;
		
		}
		

	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 10px;
		right: -20px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
	.gallery_footer {
		
	width: 990px;
	height:40px;


	
	}