
/************************* OVERLAY BOX ***************************/

#neptuneOverlay
{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
	display:none;
	z-index:500;
}


#neptuneOverlayBackground
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:url(resources/black_effect.png) repeat;
}


#neptuneOverlayToolBar
{
	position:absolute;
	width:100%;
	height:30px;
	top:0px;
	left:0px;
	overflow:hidden;
}


#neptuneOverlayToolBar #neptuneOverlayShare
{
	position:absolute;
	top:0px;
	left:0px;
	padding:3px 10px;
}


#neptuneOverlayToolBar .neptuneShareButton
{
	float:left;
	width:24px;
	height:24px;
	margin-right:15px;
	cursor:pointer;
}


#neptuneOverlayToolBar #neptuneShareFacebook
{
	background:url(resources/share_facebook.png) no-repeat;
}


#neptuneOverlayToolBar #neptuneShareTwitter
{
	background:url(resources/share_twitter.png) no-repeat;
}


#neptuneOverlayToolBar #neptuneOverlayLabel
{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-60px;
	height:18px;
	width:100px;
	font-size:15px;
	font-weight:bold;
	font-variant:small-caps;
	color:#DDD;
	font-family:Arial;
	padding:5px 10px;
	text-align:center;
	cursor:default;
	background-image:url(resources/black_effect.png);
	background-repeat:repeat;
	border-bottom:1px solid #666;
	border-radius:8px;
}


.neptuneOverlayClose
{
	position:absolute;
	top:-30px;
	right:-30px;
	width:60px;
	height:60px;
	cursor:pointer;
	background:url(resources/close.png) no-repeat center center;
	z-index:100;
	display:none;
}


.neptuneOverlayBox
{
	position:absolute;
	width:80px;
	height:80px;
	margin-left:-40px;
	margin-top:-40px;
	top:150%;
	left:50%;
	background:#FFF;
}


.neptuneOverlayLoader
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(resources/ajax_loader.gif) no-repeat center center;
}


.neptuneOverlayBox .neptuneImg
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}


.neptuneOverlayBox .neptuneMedia
{
	background:#000;
	width:640px;
	height:360px;
}


.neptuneOverlayBox .neptuneAudioIcon
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:90%;
	background:url(resources/audio_icon.png) no-repeat center center;
}


.neptuneOverlayBox .neptuneCustom
{
	width:500px;
	height:300px;
	padding:10px;
	overflow:hidden;
}


#neptuneOverlayPrev, #neptuneOverlayNext
{
	position:absolute;
	width:60px;
	height:80%;
	top:10%;
	cursor:pointer;
}


#neptuneOverlayPrev
{
	background:url(resources/navigation_prev.png) no-repeat center center;
	left:0px;
}


#neptuneOverlayNext
{
	background:url(resources/navigation_next.png) no-repeat center center;
	right:0px;
}


.neptuneOverlayInfoBar
{
	position:absolute;
	width:98%;
	height:30px;
	bottom:-42px;
	padding:6px 1%;
	left:0px;
	overflow:auto;
	background:url(resources/black_effect.png) repeat;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	color:#DDD;
	cursor:default;
	font-family:Arial;
	text-align:center;
	border-radius:0px 0px 8px 8px;
	display:none;
}