
.dijitDialogUnderlay {
	
}
.dojoxLightbox {
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:100px;
	height:100px; 
	border:11px solid #535455;
	background:#535455 url('../images/design/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;
	position:relative;
	bottom:0;
	left:0;
	margin-top:8px;
	color:#333;
	z-index:1000;
	font-size:10pt;
}
.dojoxLightboxGroupText {
	color:#FFF; 
	font-size:8pt;
}
.LightboxNext,
.LightboxPrev,
.LightboxClose {
	float:right;
	width:30px;
	height:20px;
	cursor:pointer;
}
.LightboxClose {
	background-image: url('../images/djlightbox/sprite.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.LightboxNext {
	background-image: url('../images/djlightbox/sprite.png');
    background-repeat: no-repeat;
    background-position: -30px 0;
}
.LightboxPrev {
	background-image: url('../images/djlightbox/sprite.png');
    background-repeat: no-repeat;
    background-position: -60px 0;
}


.LightboxClose:hover {
    background-position:0px -20px;
}
.LightboxNext:hover {
    background-position:-30px -20px;
}
.LightboxPrev:hover {
    background-position:-60px -20px;
}
