.ps_overlay {
    z-index: 90;
    background: #111;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/*	Image container style */

.ps_container {
	width: 480px;
	height: 350px;
	position: absolute;
	top: 50%;
	margin-top: -175px;
	left: 50%;
	margin-left: -240px;
	z-index: 100;
}

.ps_container img {
	border: 25px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
}

/*	Close button for preview mode */

a.ps_close {
	background: #72151D url(../images/close.png) no-repeat center center;
	cursor: pointer;
	width: 46px;
	height: 46px;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 1000;
	-moz-border-radius: 46px;
	-webkit-border-radius: 46px;
	border-radius: 46px;	
	box-shadow: 2px 2px 5px #888;
	border: 6px solid #fff;
}

a.ps_close:hover {
	background: #72151D url(../images/close-hover.png) no-repeat center center;
}

/*	Next photo button for preview mode */

a.ps_next_photo{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	margin: -28px 0 0 -28px;
	z-index: 200;
	cursor: pointer;
	background: #72151D url(../images/next_photo.png) no-repeat 50% 50%;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);	
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
}

a.ps_next_photo:hover {
	opacity: 0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);	
}

/*	Thumbnail styles */

.ps_albums {
	overflow: hidden;
	width: 285px;
}

.ps_album {
	width: 102px;
	height: 102px;
	background: #fff;
	margin: 10px 10px 0 0;
	float: left;
	border: 0px solid #9F3A3D;
}

.ps_album:hover {
	border: 0px solid #fff;
}

.loading {
	background: #61111A url(../images/loading-2.gif) no-repeat 50% 50%;
	position: relative;
	top: -102px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	z-index: 20000;

}
