/* ------------------------------- */
/* 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: url("../../Images/bgHomepage.gif") repeat left top;
	padding:	0 20px 20px 20px;
	border-radius: 5px;
}

#sb-wrapper{
	background:rgba (0, 0, 0, 0.8);
}

#sb-wrapper-inner{
	position:	relative;
	overflow:	hidden!important;
	height:		100px;
}

#sb-body{
	position:	relative;
	height:		100%;
}

#sb-body-inner{
	position:	absolute;
	height:		100%;
	width:		100%;
	left:       0;
}

#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.gif) no-repeat;
	padding-left:	34px;
	display:		inline-block;
}

#sb-body,#sb-loading{
}

#sb-title, 
#sb-info{
	margin:		0;
	padding:	0;
	overflow:	hidden;
}

#sb-info{
    display:    none;
    position:	relative;
    padding:    0 0 0 24px;
}

#sb-title{
	height: 20px;
}

#sb-title-inner{
	font-size:	1.6em;
	padding: 20px 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:				45px;
	width:				45px;
	cursor:				pointer;
	background-repeat:	no-repeat;
}

#sb-nav-close{
	background-image:	url(close.png);
	width:				45px;
	height:				45px;
	display:			block;
	cursor:				pointer;
	background-repeat:	no-repeat;
	position:			absolute;
	right:				-15px;
	top:				-15px;
	z-index:            999;
}

#sb-nav-next
{
    position: absolute;
    right: -26px;
    top: 44%;
    z-index: 999;
	background-image:url(arrow-next.png);
}

#sb-nav-previous
{
    position: absolute;
    left: -22px;
    top: 44%;
    z-index: 999;
	background-image:url(arrow-prev.png);
}

#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;
}