a,img{
	border:0;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:baseline;
	}
	#list-photos {
		width: 292px;
		overflow: hidden;
		font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
		font-size: 100%;
	}

	#list-photos, #list-photos li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#list-photos li {
		float: left;
		width: 124px;
		margin: 0px 0px 22px 22px;
		overflow: hidden;
		border-bottom: 0px solid #FFFFFF;
	}

	#list-photos li#loader {
		float: left;
		width: 124px;
		height:124px;
		margin: 0px 0px 22px 22px;
		overflow: hidden;
		border-bottom: 0px solid #FFFFFF;
		text-align: center;
	}
	#list-photos li#loader img {
		margin:0 auto;
		width:124px;
		height:124px;
		margin-top:0px;
	}

	#list-photos a {
		display: block;
		width: 124px;
		height: 124px;
		position: relative;
		overflow: hidden;
	}

	#list-photos a#prevBtn, #list-photos a#nextBtn{
		float:left;
		width:100%;
		background-color: transparent;
		height:24px;
		cursor: pointer;
	}

	/* FORMAAT + LEFT/TOP AFHANKELIJK VAN GEBRUIKTE FOTO */
	#list-photos li a img {
		position: absolute;
		width:100%;
		height:100%;
		/*
		left: -27px;
		top: 0px;
		width: 160px;
		height: 106px;
		left: -27px; top: 0px; width: 160px; height: 106px;
		*/
	}

	#list-photos .subtitle {
		margin: 3px 0 0 0;
		font-size: 11px;
		color: #adadad;
		color:#666;
		text-transform: uppercase;
	}

