/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Goldleaf
  -----------------------------------
*/

.p7VSC01 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
}

.scrolling {
	top: 0;
	left: 0;
}

.scrolling_tekst {
	top: 0;
	left: 0;
	padding: 50px 0 17px;
}

.p7VSC_up a {
	height: 11px;
	width: 11px;
	background-image: url(img/p7sc2_dbup.gif);
	background-repeat: no-repeat;
}

.p7VSC_up a:hover {
	background-position: -11px 0px;
}
.p7VSC_up a.contentscroll {
	height: 21px;
	width: 11px;
	background-image: url(img/p7sc2_dbup2.gif);
	background-repeat: no-repeat;
}
.p7VSC_up a.contentscroll:hover {
	background-position: -11px 0px;
}
.p7VSC_dn a {
	height: 21px;
	width: 11px;
	background-image: url(img/p7sc2_dbdn2.gif);
	background-repeat: no-repeat;
}
.p7VSC_dn2 a {
	height: 21px;
	width: 11px;
	background-image: url(img/p7sc2_dbdn.gif);
	background-repeat: no-repeat;
}
.p7VSC_dn a:hover, .p7VSC_dn2 a:hover {
	background-position: -11px 0px;
}

.p7VSCdragchannel {
	position: absolute;
	width: 20px;
	top: 0px;
	background-image: url(img/p7sc2_dbbg.gif);
	background-repeat: repeat-y;
	right: 0px;
	display: none;
	cursor: default;
}

.p7VSCdragchannel2 {
	position: absolute;
	width: 15px;
	top: 0px;
	background-image: url(img/p7sc2_dbbg.gif);
	background-repeat: repeat-y;
	right: 0px;
	display: none;
	cursor: default;
}
.p7VSCdragchannel em, .p7VSCdragchannel2 em {
	display: none;
}
.p7VSCdragchannel a, .p7VSCdragchannel2 a {
	display: block;
}
.p7VSCdragbar {
	position: relative;
}
.p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSCdragCtrl a {
	height: 42px;
	width: 11px;
	background-image: url(img/p7sc2_dbdrag.gif);
	background-repeat: no-repeat;
}
.p7VSCdragCtrl a:hover  {
	background-position: -11px 0px;
}
