	#fotoreekscontainer{
		width: 1100px;
		overflow: hidden;
		position: relative;	
		margin: 0 auto;
		background-image: url(loading.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 408px;
		margin-top: 10px;
	}
	#oL{
		position:absolute; 
		left: 0; 
		top: 0;
		z-index: 888;  
		cursor:pointer;
	}
	#oR{
		position:absolute; 
		right: 0; 
		top: 0; 
		z-index: 888; 
		cursor:pointer;
	}
	#fotoreeks{
		margin: 0;
		padding: 0;
		list-style: none;
		width: 10000px;
		height: 408px;
		overflow: hidden;
		position: relative;
		margin-left: -645px;
		display: none;
	}
	#fotoreeks li{
		width: 796px;
		height: 408px;
		float: left;
		position: absolute;
		background-size: 796px;
	}
	#fotoreeks li img{
		width: 796px;
		height: 408px	
	}
	
	
	#fotoreeks .leftframe, #fotoreeks .rightframe{
		position:relative;
		width: 796px;
		height: 408px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image:url(left.png);
	}
	#fotoreeks .rightframe{
		background-image:url(right.png);		
	}
	.htb{
		width: 302px;
		min-height: 73px;
		position: absolute;
		left: 35px;
		top: 60px;
		color: #4c4c4c;
		background-image:url(../../images/photoworx/headerbg.png);
		background-position: top;
		background-repeat: repeat-x;
		display: none;
		padding: 10px;
		padding-top: 5px;
	}
	.htb h2{
		margin: 0;
		padding: 0;
		font-size: 24px;
		font-weight: bold;
		font-style: italic;
		margin-bottom: 10px;
		
	}
		
	.htbb{
		width: 161px;
		height: 30px;
		position: absolute;
		left: 35px;
		top: 175px;
		color: #4c4c4c;
		background-image:url(../../images/photoworx/headerbg.png);
		display: none;
		line-height: 30px;	
		
	}
	.htbb a{
		color: #ea5b0c;
		font-size: 14px;
		text-decoration: none;
		padding-left: 10px;
		
	}
	.htbb a:hover{
		text-decoration: underline;
	}
	