/* Pas hier de positie van de master container aan (alles behalve width en height) */
.scrollMasterContainer {
	position: absolute;
	display: block;
	left: 50%;
	top: 0px;
	margin-left: -214px;
	width: 410px;
	height: 250px;
}

/* Vanaf hier beter dat je niets aanpast :) (heeft directe invloed op de werking) */

.scrollPictureContainer {
	position: absolute;
	display: block;
	width: 247px;
	height: 250px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

.scrollActiveBar {
	position: absolute;
	width: 268px;
	height: 63px;
	z-index: 10;
	right: 0px;
	top: 17px;
}

.scrollLinkContainer {
	position: absolute;
	display: block;
	width: 163px;
	height: 250px;
	left: 525px;
	top: 30px;
	color: #4f2516;
	font-family: Georgia;
}

.scrollLinkContainer .scollLink {
	cursor: pointer;
	margin-right: 15px;
}

.scrollLinkContainer a:link {
	padding: 0px;
	margin: 0px;
	color: #4f2516;
	cursor: pointer;
}

.scrollLinkContainer a:hover {
	padding: 0px;
	margin: 0px;
	color: #000;
	cursor: pointer;
}

.scrollLinkContainer .subContainer {
	position: absolute;
	top: 15px;
	left: 25px;
	text-align: right;
	display: block;
	width: 120px;
}

.scrollPicture_blank {
	display: block;
	float: left;
	clear: both;
	width: 247px;
	height: 250px;
	background-color: #fff;
}

.scrollPicture_1 {
	display: block;
	float: left;
	clear: both;
	width: 247px;
	height: 250px;
}

.scrollPicture_2 {
	display: block;
	float: left;
	clear: both;
	width: 247px;
	height: 250px;
}

.scrollPicture_3 {
	display: block;
	float: left;
	clear: both;
	width: 247px;
	height: 250px;
}

.scrollPicture_4 {
	display: block;
	float: left;
	clear: both;
	width: 247px;
	height: 250px;
}

.scrollPicture_5 {
	display: block;
	float: left;
	clear: both;
	width: 247px;
	height: 250px;
}

.scrollPicture_6 {
	display: block;
	float: left;
	clear: both;
	width: 247px;
	height: 250px;
}

.smallHr {
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #beb7b3;
	background-color: #beb7b3;
	height: 1px;
}

* html .smallHr {
	margin: 0;
	padding: 0;
}

.scrollDescriptions {
	display: none;
}

.scrollActiveTitle {
	position: absolute;
	display: block;
	left: 30px;
	top: 2px;
	font-size: 12px;
	font-family: Arial;
	height: 15px;
	color: white;
	width: 230px;
}

.scrollActiveTitle a,
.scrollActiveSubTitle a {
	display: block;
	color: white;
	text-decoration: none;
}

.scrollActiveSubTitle {
	position: absolute;
	display: block;
	left: 30px;
	top: 15px;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	height: 15px;
	color: white;
	width: 230px;
}

.scrollActiveTitle a:hover,
.scrollActiveSubTitle a:hover {
	color: white;
} 
