html {
   background-color: #000000;
   
}

.backward-arrow , .forward-arrow {
	float: left;
}

.content-block-container {
	width: 100%;
	padding-top: 22px;
	padding-bottom: 15px;
	text-align: center;
}

.content-block {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 0;
	overflow: scroll; /*leave this value alone*/
	width: 780px;
	height: 200px; /*Height should enough to fit largest content's height*/
	float: left;
	margin: 0 15px 0 5px;
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel p {
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 18px;
}

.stepcarousel .panel h5 {
	margin-top: 4px;
	color: #FF0000;
}

#flash-box-container {
	background-color: #2B2B2B;
	background-image: url('../images/atroa_flash_box_background.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #6A6868;
}

#flash-box {
	width: 820px;
}

#laatste-projecten-container {
}

#laatste-projecten {
	width: 840px;
}

#weblog-items-container {
	background-color: #232323;
}

#weblog-items {
	width: 840px;
}

#fotografie-items-container {
	padding-bottom: 30px;
}

#fotografie-items {
	width: 840px;
}