@charset "UTF-8";
/* CSS Document */
HTML, body{
	overflow:hidden;
}
body 
	{
	margin:0px;
	padding:0px;
height:100%;
	color:#626760;
	font-size: 13px;
	line-height:1.2;
	background-color:#FFF;
	font-family:Arial, sans-serif;
	overflow:hidden;
	}
#alt
	{
	margin-top:200px;
	margin-left:-400px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 800px;
	z-index:1;
	}
#content
	{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index:2;
	}
#flash      
	{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index:3;
	}
	
#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  height:500px;
  width:800px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container iframe{
	height:500px;
	width:800px;
}

#simplemodal-container a.modalCloseImg {
  background:url(../media/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

#simplemodal-container p.larger a {
	background:url(..media/viewlarger.png) no-repeat;
	display:inline;
	z-index:3200;
	position:absolute;
	bottom:-30px;
	left:0px;
	cursor:pointer;
	color:#fff;
	height:20px;
	width:auto;
	text-decoration:none;
	font-size:1.2em;
	text-align:right;
}
	
