.photoSlider { 
	position:absolute;
	top:0px;
	bottom:0px;
	height:100%;
	width:100%;
	z-index:0;
	overflow:hidden; 
}
 

.sy-box { height:100%;  width:100%; position:absolute;  }
.slide { position:absolute; top:0px; left:0px; width:100%; height:100%; background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }