@charset "utf-8";
/* CSS Document */

#photogallery{list-style:none;}

#photogallery li{float:left;
width:196.5px;
height:196.5px;
margin-right:1px;
margin-bottom:1px;
background-color:#000;
overflow:hidden;
}

#photogallery li img.landscape{
	height:196px;
	}
	
	#photogallery li img.portrait{
	width:196px;
	}
	#preview{
	position:absolute;
	display:none;
	}
	
	#preview img{
		border:2px solid #ffffff;
		
		-moz-box-shadow: 0 0 5px #888;
 -webkit-box-shadow: 0 0 5px#888;
 box-shadow: 0 0 5px #888;
		}
.before, .after{
	
	width:84px;
	height:74px;
	background-size:84px 74px;
	position:absolute;
	
}

.before{background-image:url(../images/before.png);}

.after{background-image:url(../images/after.png);}
		
.ps-viewport{width:100%; !important; background-color:#000000;}

.ps-document-overlay{width:100% !important;}		