/*****
NOTICE
*****/

#fade {
	position: absolute;
	background: #000;
	z-index: 500;
	width: 100%;
	top: 0;
	left: 0;
	cursor: default;
}

#notice {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 510;
}	

#notice h1 {
	background: none;
	padding: 0;
	margin: 0;
	font: 40px "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	color: #FFF;
	font-weight: normal;
}

#noticeEnglobe {
	position: absolute;
	width: 500px;
    margin-left: -250px;
    left: 50%;
    height: 200;
    margin-top: -100px;
    top: 50%;
}

#noticeStyle {
	width: 100%;
	padding: 12px;
}

#noticeStyle p {
	font-size: 12px;
	margin: 0;
	color: #FFF;
	line-height: 18px;
}

#noticeStyle p strong {
	background: #FFF;
	color: #000;
	font-weight: normal;
}

#noticeStyle a:active, #noticeStyle a:link, #noticeStyle a:visited {
	text-decoration: underline;
}

#noticeStyle a:hover {
	border: 0;
}

#noticeCloser {
	margin-top: 3px;
	color: #ababab;
}

#noticeCloser p {
	color: #ababab;
	padding: 0 12px 0 12px;
	margin: 0;
	font-size: 10px;
}

/*****
IMAGE VIEWER
*****/

#photo_loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	height: 20px;
	margin-top: -10px;
	width: 200px;
	text-align: center;
	background: #000;
	color: #FFF;
	line-height: 20px;
	font-size: 12px;
}

#photo_container {

}

#photo_enlarge {
	float: left;
}

#photo_close {
	cursor: pointer;
	background: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	line-height: 28px;
	font-size: 14px;
}