h2 {
	margin: 0px;
	padding: 0px;
}
ul  {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.albumLi {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #666;
	list-style-type: none;
	float: left;
	background-color: #FFC;
	border: 1px solid #FF6;
	background-image: url(../../images/default/common/arrowLi.jpg);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	cursor: pointer;
}
.photoLi {
	display: inline;
	padding: 3px;
	float: left;
	height: 75px;
	width: auto;
	border: 1px solid #CCC;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
.albumLi a {
	color: #666;
}
.albumLi a:hover {
	color: #F90;
}

.nophoto {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
	list-style-type: none;
	float: left;
}


.dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}
.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
	background: transparent;
}
.dijitDialogUnderlay {
	background: #000;
	opacity: 0.7;
}
.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=50);
}
.dijitInline {
	display:-moz-inline-box;		
	display:inline-block;			
	#zoom: 1; 
	#display:inline; 
	border:0;
	padding:0;
	vertical-align:middle;
}

.dojoxLightbox {
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:100px;
	height:100px; 
	border:11px solid #fff;
	background:#fff url(images/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 {
	height:50px; 
	position:relative;
	bottom:0;
	left:0;
	margin-top:8px;
	color:#333;
	z-index:1000;
	font-size:10pt;
}
.dojoxLightboxGroupText {
	color:#666;
	font-size:8pt;
	padding-left: 3px;
}
.dojoxLightboxText {
	font-size: 12px;
	line-height: 16px;
}
.LightboxNext,
.LightboxPrev,
.LightboxClose {
	float:right;
	width:16px;
	height:16px;
	cursor:pointer;
}
.LightboxClose {
	background-image: url(../../images/default/common/close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxClose {
	background-image: url(../../images/default/common/close.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.LightboxNext {
	background-image: url(../../images/default/common/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxNext {
	background-image: url(../../images/default/common/right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.LightboxPrev {
	background-image: url(../../images/default/common/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxPrev {
	background-image: url(../../images/default/common/left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dojoxLightboxText {
	width:auto;
}