#lightboss{
	position:fixed;
	z-index:999998;
	top:0px;
	left:0px;
	height:100%;
	width:100%;		
}
#lightboss div{
	float:none;
}
#lightboss.black{
	background-image:url('../images/bg-black.png');
}
#lightboss.white{
	background-image:url('../images/bg-white.png');
}
#lightboss .content{
	position:static;
	background-color:#FFFFFF;	
	margin:20% auto;
	width:100px; /* default */
	height:100px; /* default */
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #cccccc;	

}
#lightboss .content .load{
	overflow:hidden;
	
	width:auto;
	height:auto;
	background-color:#FFFFFF;
}
#lightboss .loader{
	width:100px;
	height:100px;			
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center center;
}
#lightboss .loader.indicator,#lightboss .loader.default{
	background-image:url('../images/indicator.gif');
}
#lightboss .loader.pacman{
	background-image:url('../images/pacman.gif');
}
#lightboss .loader.snake{
	background-image:url('../images/snake.gif');
}
#lightboss .loader.arrows{
	background-image:url('../images/arrows.gif');
}
#lightboss .loader.facebook{
	background-image:url('../images/facebook.gif');
}
#lightboss .load iframe{
	border:none;
	padding:0px;
}
#lightboss .tools {
	width: 16px;
	height: auto;
	position: static;
	float: right;

	margin-top: 0px;
	z-index: 999998;
	margin-top: -5px;
	margin-right: -24px;
}
#lightboss .tools li{ 
	float:left; 
	clear:left; 
	list-style:none;
}
#lightboss .tools li a{ 
	float:left;
	width:16px;
	height:16px;	
	opacity:0.8;
	margin-bottom:5px;
}
#lightboss .tools li a.close{ 
	background-image:url('../images/icons/close.png');
	background-repeat:no-repeat;
	margin-left:5px;
}
#lightboss .tools li a:hover,#lightboss .tools li a.download{ 
	cursor:pointer;
	cursor:hand;
}
#lightboss .tools li a.download{ 
	background-image:url('../../../img/download.png');
	background-repeat:no-repeat;
	margin-left:1px;
}
#lightboss .arrows{	
	z-index:999999;
	width:30px;
	height:45px;
	position:absolute;
	top:50%;	
	margin-top:-22px;
	background-repeat:no-repeat;
	background-image:url('../images/arrows.png');
	cursor:hand;
	cursor:pointer;
}
#lightboss .arrows.left.default{
	background-position:0 0;	
}
#lightboss .arrows.right.default{	
	background-position:-60px 0;
}
#lightboss .arrows.left.ie7{
	background-position:-30px 0;
	left:5px;
}
#lightboss .arrows.right.ie7{	
	background-position:-90px 0;
	right:5px;
}