
*{
	margin:0px auto;
	padding:0;
}



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


#photos{
	margin:0px auto;
	padding-top:0px;
	width:803px;
	position:relative;
}

#photos li{
	position:absolute;
	width:803px;
	height:494px;
	overflow:hidden;
	background-color:#fff;
	box-shadow: 0px 0px 0px #ccc;
	z-index:10;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}

#photos li a{
	position:absolute;
	top:6px;
	left:6px;
	right:6px;
	bottom:6px;
	background-size: cover;
	text-indent:-9999px;
	overflow:hidden;
}