
#hoofdpagina_fotoslide {
	float: left;
	width: 500px;
	height: 313px;
	background-color: #d5e1f9;
}

#hoofdpagina_themas_blok {
	float: right;
	width: 225px;
}

#hoofdpagina_themas {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.85em;
}

#hoofdpagina_lijn {
	margin-top: 15px;
	margin-bottom: 5px;
	height: 5px;
	background-color: #d5e1f9;
}

/* Fotoslide */

#featured {
	z-index: 0;
	position:relative;
	height:250px;
	background:#d5e1f9;
	border:10px solid #d5e1f9;
	border-top: 18px solid #d5e1f9;
}

#featured ul.ui-tabs-nav {
	position:absolute;
	top:0; left:370px;
	list-style:none;
	padding:0; margin:0;
	width:105px;
	height: 278px;
}

#featured ul.ui-tabs-nav li {
	padding:0; margin:0;
	padding-left:26px;
	vertical-align: top;
	margin-top: -5px;
	height: 79px;
	width: 85px;
}

#featured ul.ui-tabs-nav li span {

}

#featured .ui-tabs-panel {
	width:370px;
	height:278px;
	background:#ffffff;
	position:relative;
        overflow:hidden;
}

#featured .ui-tabs-hide {
	display:none;
}

#featured li.ui-tabs-nav-item a { /*On Hover Style*/
	display:block;
	height:60px;
	background:#d5e1f9;
	outline:none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#featured li.ui-tabs-nav-item a:hover {
	background:#ffffff;
}

#featured li.ui-tabs-selected { /*Selected tab style*/
	background:url('../pic/fotoslider/selected-item.gif') top left no-repeat;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #ffffff;
}

#featured ul.ui-tabs-nav li img {
	float:left; margin:2px 5px;
	background:#d5e1f9;
	padding:0px;
	border:0px solid #d5e1f9;
}

#featured .ui-tabs-panel .info {
	position:absolute;
	bottom:0px; left:0;
	height:70px;
	width: 370px;
	background: url('../pic/fotoslider/transparent-bg.png');
}

#featured .info h2 {
	font-size:15px;
	color:#ffffff; padding:5px; margin:0;
	overflow:hidden;
	white-space:nowrap;
}

#featured .info p {
	margin:0 5px;
	font-size:11px;
	line-height:13px;
	color: #ffffff;
	overflow:hidden;
	height: 26px;
}

#featured .infointern h2 {
	overflow:auto;
	white-space:normal;
}

#featured .infointern p {
	overflow:auto;
	height: auto;
}

#featured .info a {
	text-decoration: underline;
	color:#ffffff;
}

#featured .info a:hover {
	color:#d40139;
}

.hoofdpagina_fotoslide_meer {
	text-align: right;
}

#featured .ui-tabs-panel:hover {
	cursor: pointer;
}
