
.lightboxContainer {
	margin: 1px;
	padding: 2px;
	float: left;
}
.dijitDialogUnderlay {
	background-color:#000;
}
.tundra .dijitDialog{
	padding:10px;
}
.dojoxLightbox {	
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 100px;
	border: 11px solid #fff;
	background: #fff url('loading.gif') no-repeat center center;
	-webkit-box-shadow: 0px 6px 10px #636363;
	-webkit-border-radius: 3px;
	-moz-border-radius:4px;
	border-radius: 4px;
}
.dojoxLightboxContainer {	
	position: absolute;
	top: 0;
	left: 0;
}
.dojoxLightboxFooter {	
	padding-bottom: 5px;
	bottom: 0;
	left: 0;
	margin-top: 8px;
	color: #333;
	font-size: 8pt;
}
.dojoxLightboxGroupText {	
	color: #666;
	font-size: 8pt;
}
.LightboxNext,.LightboxPrev,.LightboxClose {	
	float: right;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.nihilo .LightboxClose,.tundra .LightboxClose {	
	background: url('close_gray.png') no-repeat center center;
	z-index: 1100;
}
.nihilo .LightboxNext,.tundra .LightboxNext {	
	background: url('goNext.png') no-repeat center center;
}
.nihilo .LightboxPrev,.tundra .LightboxPrev {	
	background: url('goPrevious.png') no-repeat center center;
}
.soria .LightboxClose,.soria .LightboxNext,.soria .LightboxPrev {	
	width: 15px;
	height: 15px;
	background: url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat center center;
	background-position: -60px;
}
.soria .LightboxNext {	
	background-position: -30px 0;
}
.soria .LightboxPrev {	
	background-position: 0 0;
}