@charset "utf-8";
/* CSS Document */
/* container for slides */
*{outline:none;}

.jquery_tabs{
	position:relative;
	width:598px;
	height:282px;
}

.jquery_tabs .images {
	border:1px solid #666;
	position:relative;	
	height:282px;
	width:598px;
	
	/* CSS3 tweaks for modern browsers 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}

.jquery_tabs .images a {text-decoration:none; color:#FFF;}

/* single slide */
.jquery_tabs .images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0px 0px 26px 0px ; /* 26px bottom laten staan */
	height:256px;
}

/* header */
.jquery_tabs .images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#fff;
	z-index:2;
}

.jquery_tabs .images p {
	background:transparent url(http://staging.avro.nl/gfx/backTransparant.png) repeat scroll left top;
	float:left;
	display:block;
	width:568px;
	height:auto;
	max-height:80px;
	color:#fff;
	padding:0px 5px 5px 5px;
	margin:5px 0px 0px 10px;
	z-index:1500;
	position:absolute;
	bottom:10px;
	left:0px;
}

.jquery_tabs .columnMain_toprow_kop {
	float:left;
	display:block;
	width:550px;

	 
	font-size:18px;
	margin:0px 0px 1px 0px;
	width:100%;

}

.jquery_tabs .columnmain_toprow_subkop {
	float:left;
	color:#999;

	font-size:11px;
	font-style:italic;
	margin:-5px 0px 3px 0px;
	width:100%;
}

.jquery_tabs .columnmain_toprow_lopend {
	float:left;
	color:#FFF;	
	font-size:12px;
	width:100%;
}

.jquery_tabs .images img {
	/*float:left;*/
	display:block;
	width:598px;
	height:282px;
	border:none;
	margin:0px 0px -100px 0px;
	z-index:0;
}

/* tabs (those little circles below slides) */
.jquery_tabs .tabs {
	position:absolute;
	right:5px;
	top:5px;
	z-index:400;
	width:auto;



}

/* single tab */
.jquery_tabs .tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:#000 0 0 no-repeat;
	border:#fff 1px solid;
	display:block;
	font-size:1px;
	cursor:pointer;
}

/* mouseover state */
.jquery_tabs .tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.jquery_tabs .tabs a.current {
	background:#ccc;     
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.jquery_tabs .disabled {
	visibility:hidden !important;		
}
