/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/






/*----------------------------
	Photos
-----------------------------*/



#photos{
	left:20px;
	width:300px;
	height:300px;
	position:relative;
	z-index:30;
}
ul#photos{
list-style: none
}
#photos li{
	position:absolute;
	width:300px;
	height:300px;
	background-color:#fff;
	box-shadow: 1px 1px 1px #ccc;
	z-index:3;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}

#photos li span{

	position:absolute;
	top:6px;
	left:6px;
	right:6px;
	bottom:6px;
	background-size: cover;
	overflow:hidden;
}


/*----------------------------
	Previous / Next arrows
-----------------------------*/

