.container	
{
	/*width:388px;*/
	height:300px;
	overflow:hidden;
	margin:auto;
	border-style:solid;
	border-width:1px;
}
.selector
{
	background-image: url('selector.png');
}			
.hovering
{
	background-image: url('selector.png');
	opacity: 0.5;	
}					
.container .TabMenu
{
	position: relative;
	top: 5px;
	left: 2px;
	z-index: 10;
	margin-left:5%;
}
.container .TabMenu span
{
	display: inline-block;
	height: 45px;	
	width:93px;		/*93*/
	margin: 0px;
	padding:15px;	/*15*/
	background-repeat:no-repeat;
	
}

.container .ContentFrame
{
	width: 560px;
	height:206px;
	left: 10px;
	position: relative;
	overflow:hidden;
}			
.container .ContentFrame .AllTabs
{
	position: relative;	
	left:0px;		
	width: 3000px; 			/*360 px is 1190  : verhouding 3.3055555555555*/  /*width: 1851px;*/
	height: 206px;
	overflow:hidden;

}
.container .ContentFrame .AllTabs .TabContent
{
	width:560px;	
	height: 200px;
	margin-right:20px;
	text-align: justify;
	float:left;
	overflow:hidden;	


}