@charset "utf-8";
/* CSS Document */
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; z-index:1000;
		}
	
	.reveal-modal {
		visibility: hidden;
		
		top: 0px; 
		left: 37%;
		margin-left: -300px;
		width: 1080px;
		position: absolute;
		
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal { display:block; width:114px; height:40px; 
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 70px;
		right: 106px;
		color: #f9dac8;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		cursor: pointer;
		} 
.hr{ height: 1644px;
		overflow:auto; width:906px; margin:0 auto; }
/*.pic{ position:relative; }
#myModal .prev{ position:absolute; left:13px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%;  }
#myModal .next{ position:absolute; right:35px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%; }
#myModal .next{ left:auto; background-position:8px 5px; }
#myModal .prev:hover,
#myModal .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#myModal .prevStop{ display:none;  }
#myModal .nextStop{ display:none;  }

#myModal1 .prev{ position:absolute; left:13px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%;  }
#myModal1 .next{ position:absolute; right:35px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%; }
#myModal1 .next{ left:auto; background-position:8px 5px; }
#myModal1 .prev:hover,
#myModal1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#myModal1 .prevStop{ display:none;  }
#myModal1 .nextStop{ display:none;  }

#myModal2 .prev{ position:absolute; left:13px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%;  }
#myModal2 .next{ position:absolute; right:35px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%; }
#myModal2 .next{ left:auto; background-position:8px 5px; }
#myModal2 .prev:hover,
#myModal2 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#myModal2 .prevStop{ display:none;  }
#myModal2 .nextStop{ display:none;  }

#myModal3 .prev{ position:absolute; left:13px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%;  }
#myModal3 .next{ position:absolute; right:35px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%; }
#myModal3 .next{ left:auto; background-position:8px 5px; }
#myModal3 .prev:hover,
#myModal3 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#myModal3 .prevStop{ display:none;  }
#myModal3 .nextStop{ display:none;  }

#myModal4 .prev{ position:absolute; left:13px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%;  }
#myModal4 .next{ position:absolute; right:35px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%; }
#myModal4 .next{ left:auto; background-position:8px 5px; }
#myModal4 .prev:hover,
#myModal4 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#myModal4 .prevStop{ display:none;  }
#myModal4 .nextStop{ display:none;  }

#myModal5 .prev{ position:absolute; left:13px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%;  }
#myModal5 .next{ position:absolute; right:35px; top:793px; margin-top:-25px; display:block; width:52px; height:52px; z-index:20000; border-radius:50%; }
#myModal5 .next{ left:auto; background-position:8px 5px; }
#myModal5 .prev:hover,
#myModal5 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#myModal5 .prevStop{ display:none;  }
#myModal5 .nextStop{ display:none;  }*/


.pic h1{ text-align:center; padding-top:56px; padding-bottom:36px; font-size:30px; color:#fff6f8;}
.pic img { display:block; margin:0 auto; }


