/* Quotes */

div.quote
{
	width: 410px;
	height: 152px;
	background: url(../images/quote-background.png) no-repeat;
	position: relative;
}

p.text
{
	display:block;
	height:110px;
	left:124px;
	position:absolute;
	text-align:justify;
	top:20px;
	width:264px;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
}

p.small
{
    font-size: 12px;
}

p.extrasmall
{
    font-size: 11px;
    line-height: 19px;
}

img.photo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

span.name
{
	position: absolute;
	left: 0px;
	top: 119px;
	font-size: 18px;
	width: 81px;
	color: #FFFFFF;
	text-align: center;
}

span.small
{
    font-size: 14px;
}

/* Activiteiten */

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 380px; /*Width of Carousel Viewer itself*/
	height: 125px; /*Height should enough to fit largest content's height*/
	background: transparent;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 380px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	padding: 48px 20px 20px;
}

div.activiteit
{
	width: 180px;
	height: 125px;
	background: #FFFFFF;
	position: relative;
	float: left;
	margin-right: 20px;
}

div.last{margin-right: 0px;}

a.act
{
	width: 31px;
	height: 31px;
	position: absolute;
	top: 132px;
	display: block;
	z-index: 1;
}

a.forward
{
	background-image: url(../images/nav-forward.png);
	right: -17px;
}

a.forward:hover{background-image: url(../images/nav-forward-hover.png);}
a.forward:active{background-image: url(../images/nav-forward-active.png);}

a.back
{
	background-image: url(../images/nav-back.png);
	left: -17px;
}

a.back:hover{background-image: url(../images/nav-back-hover.png);}
a.back:active{background-image: url(../images/nav-back-active.png);}

/* Organisaties */

.stepcarousel-organisation{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 175px; /*Width of Carousel Viewer itself*/
	height: 371px; /*Height should enough to fit largest content's height*/
	background: transparent;
	padding: 48px 20px 20px;
}

.stepcarousel-organisation .organisation-belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
}

.stepcarousel-organisation .organisation-panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 175px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	padding: 48px 20px 20px;
}
