/* ------------------------------- */
/* SHADOWBOX - OVERLAY
/* ------------------------------- */
#sb-title-inner, 
#sb-info-inner, 
#sb-loading-inner, 
div.sb-message{
	color: #ffffff;
}

#sb-container{
	position:	fixed;
	margin:		0;
	padding:	0;
	top:		0;
	left:		0;
	z-index:	999;
	text-align:	left;
	visibility:	hidden;
	display:	none;
}

#sb-overlay{
	position:	relative;
	height:		100%;
	width:		100%;
}

#sb-wrapper{
	position:	absolute;
	visibility:	hidden;
	width:		100px;
	background: #000000;
	padding:	0 24px 28px 0;
}

#sb-wrapper{
	background:rgba (0, 0, 0, 0.8);
}

#sb-wrapper-inner{
	position:	relative;
	overflow:	hidden;
	height:		100px;
}

#sb-body{
	position:	relative;
	height:		100%;
}

#sb-body-inner{
	position:	absolute;
	height:		100%;
	width:		100%;
	left:       24px;
}

#sb-player.html{
	height:		100%;
	overflow:	auto;
}

#sb-body img{
	border:none;	
}

#sb-loading{
	position:	relative;
	height:		100%;
}

#sb-loading-inner{
	position:		absolute;
	font-size:		1.4em;
	line-height:	24px;
	height:			24px;
	top:			50%;
	margin-top:		-12px;
	width:			100%;
	text-align:		center;
}

#sb-loading-inner span{
	background:		url(loading.html) no-repeat;
	padding-left:	34px;
	display:		inline-block;
}

#sb-body,#sb-loading{
}

#sb-title, 
#sb-info{
	margin:		0;
	padding:	0;
	overflow:	hidden;
}

#sb-info{
    position:	relative;
    padding:    0 0 0 24px;
}

#sb-title{
	height: 21px;
}

#sb-title-inner{
	font-size:	1.6em;
	padding: 21px 0 0 0;
	margin-top:	0!important;
}

#sb-info, 
#sb-info-inner{
	line-height:	20px;
}

#sb-info-inner{
	font-size:	1.2em;
	margin-top:	0!important;
}

#sb-nav{
	height:		0;
	width:		100%;
}

#sb-nav a{
	display:			block;
	height:				18px;
	width:				18px;
	cursor:				pointer;
	background-repeat:	no-repeat;
}

#sb-nav-close{
	background-image:	url(close.gif);
	width:				9px;
	height:				9px;
	display:			block;
	cursor:				pointer;
	background-repeat:	no-repeat;
	position:			absolute;
	right:				6px;
	top:				6px;
}

#sb-nav-next
{
    position: absolute;
    right: 15px;
    top: 44%;
    z-index: 999;
	background-image:url(arrow-next.gif);
}

#sb-nav-previous
{
    position: absolute;
    left: 15px;
    top: 44%;
    z-index: 999;
	background-image:url(arrow-prev.gif);
}

#sb-counter{
	float:	left;
	width:	45%;
}

#sb-counter a{
	padding:			0 4px 0 0;
	text-decoration:	none;
	cursor:				pointer;
	color:				#ffffff;
}

#sb-counter a.sb-counter-current{
	text-decoration:underline;
}

div.sb-message{
	font-size:	1.2em;
	padding:	10px;
	text-align:	center;
}

div.sb-message a:link, 
div.sb-message a:visited{
	color:				#ffffff;
	text-decoration:	underline;
}