/**
 * Style sheet lytebox
 */
#lbOverlay
{
	width:100%;
	height:500px;
	top:0;
	left:0;
	position:fixed;
	background-color:#D1CFC5;
	z-index: 99998;
}

#lbMain
{
	width:100%;
	left:0;
	position:absolute;
	text-align:center;
	line-height:0;
	z-index: 99999;
}

#lbMain a img
{
	border:0;
}

#lbOuterContainer
{
	width:200px;
	height:200px;
	position:relative;
	margin:0 auto;
	background-color:#fff;
	border:2px solid #999999;
}

#lbDetailsContainer
{
	width:100%;
	overflow:auto;
	margin:0 auto;
	background-color:#fff;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	border-left:2px solid #999999;
	line-height:1.4em;
	font: 10px Verdana, Helvetica, sans-serif;
}

#lbImageContainer, #lbIframeContainer
{
	padding:0px;
}

#lbLoading
{
	width:100%;
	height:32px;
	top:45%;
	left:0%;
	position:absolute;
	text-align:center;
	line-height:0;
	background: url(/img/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav
{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index: 10;
}

#lbImageContainer>#lbHoverNav
{
	left:0;
}

#lbHoverNav a
{
	outline:none;
}

#lbPrev
{
	width:49%;
	height:100%;
	left:0;
	float:left;
	display:block;
	background:transparent url(/img/lytebox/blank.gif) no-repeat;
}

#lbPrev:hover, #lbPrev:visited:hover
{
	background:url(/img/lytebox/prev_grey.gif) left 15% no-repeat;
}

#lbNext
{
	width:49%;
	height:100%;
	right:0;
	float:right;
	display:block;
	background:transparent url(/img/lytebox/blank.gif) no-repeat;
}

#lbNext:hover, #lbNext:visited:hover
{
	background:url(/img/lytebox/next_grey.gif) right 15% no-repeat;
}

#lbPrev2, #lbNext2
{
	font-weight:bold;
	text-decoration:none;
}

#lbPrev2, #lbNext2, #lbSpacer
{
	color:#333333;
}

#lbPrev2_Off, #lbNext2_Off
{
	font-weight:bold;
}

#lbPrev2_Off.grey, #lbNext2_Off.grey
{
	color:#CCCCCC;
}

#lbDetailsData
{
	padding:0px 10px;
}

#lbDetailsData.grey
{
	color:#333333;
}

#lbDetails
{
	width:60%;
	float:left;
	text-align:left;
}

#lbCaption
{
	display:none;
	font-weight:bold;
}

#lbNumberDisplay
{
	float:left;
	display:block;
	padding-bottom:1.0em;
}

#lbNavDisplay
{
	float:left;
	display:block;
	padding-bottom:1.0em;
}

#lbClose
{
	width:64px;
	height:28px;
	float:right;
	margin-bottom:1px;
	background:url(/img/lytebox/close_grey.png) no-repeat;
}

#lbPlay
{
	width:64px;
	height:28px;
	float:right;
	margin-bottom:1px;
	background:url(/img/lytebox/play_grey.png) no-repeat;
}

#lbPause
{
	width:64px;
	height:28px;
	float:right;
	margin-bottom:1px;
	background: url(/img/lytebox/pause_grey.png) no-repeat;
}
