/* 
	general selectors...all must be defined with !important command! 
*/

html
{
	height:100% !important;
}

body
{
	position:relative !important;
	margin:0 !important;
	min-height:100% !important;
}

/*
	gallery-specific selectors...
*/

#ltpicbox_overlay
{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10000;
	background:url(ltpicbox_files/bg_black.png);	/* for browsers that do not support hsla() */
	background:hsla(0,100%,0%,0.95);
}

#ltpicbox_monitor
{
	position:fixed;
	visibility:hidden;
	z-index:11000;
	border:1px solid #DDD;
}

#ltpicbox_caption
{
	position:fixed;
	padding-left:10px;
	width:100%;
	height:26px;
	left:0;
	top:0;
	z-index:12000;
	background:hsla(0,100%,0%,0.5);
	font:bold 16px/26px Calibri;
	color:#FFF;
	text-shadow:2px 2px 1px #000;
	text-align:left;
}

#ltpicbox_leftarrow
{
	position:fixed;
	margin-top:-100px;
	width:80px;
	height:200px;
	left:-5px;
	top:50%;
	background:url(ltpicbox_files/arrow_left.png);
	z-index:13000;
	cursor:pointer;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

#ltpicbox_rightarrow
{
	position:fixed;
	margin-top:-100px;
	width:80px;
	height:200px;
	right:-5px;
	top:50%;
	background:url(ltpicbox_files/arrow_right.png);
	z-index:13001;
	cursor:pointer;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

#ltpicbox_loadingbar
{
	position:fixed;
	margin-left:-35px;
	margin-top:-7px;
	width:70px;
	height:14px;
	left:50%;
	top:50%;
	z-index:14000;
	background:url(ltpicbox_files/loading.gif) no-repeat;
}

#ltpicbox_closebtn
{
	position:fixed;
	margin-top:-25px;
	width:50px;
	height:50px;
	right:10px;
	top:15%;
	z-index:13002;
	background:url(ltpicbox_files/button_close.png);
	border-radius:10px;
	cursor:pointer;
}