/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 06 - L'Orange
  -----------------------------------
*/
.p7VSC06 {
	position: relative;
	padding: 0;
}
.p7VSC_showall {
	color: #757575;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #0066CC;
}
.p7VSC06 .p7VSC_scrollbox_wrapper {
}
.p7VSC06 .p7VSC_scrollbox {
	position: relative;
	border: 0;
	width: 100%;
}
.p7VSC06 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC06 .p7VSC_content {
	padding: 0px 30px 6px 20px;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana;
	font-size: 14px;
	color: #000000;
}
.p7VSC06 .p7VSCtoolbar {
	position: relative;
	display: none;
}
.p7VSCtoolbar em {display: none;}
.p7VSCtoolbar a {display: block; text-decoration: none;}
.p7VSC06 .p7VSCscrollup {
	position: absolute;
	right: 3px;
	top: -5px;
}
.p7VSC06 .p7VSC_up {
	background-image: url(img/p7VSC06_up.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 38px;
	outline: none;
}
.p7VSC06 .p7VSC_up:hover {
	background-position: 0px -25px;
}
.p7VSC06 .p7VSCscrolldown {
	position: absolute;
	top: 10px;
	right: 0px;
}
.p7VSC06 .p7VSC_dn {
	background-image: url(img/p7VSC06_dn.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 38px;
	outline: none;
}
.p7VSC06 .p7VSC_dn:hover {
	background-position: 0px -25px;
}
.p7VSC06 .p7VSC_pauseplay {
}
.p7VSC06 .p7VSC_pauseplay .pause {
}
.p7VSC06 .p7VSC_pauseplay .pause:hover  {
}
.p7VSC06 .p7VSC_pauseplay .play {
}
.p7VSC06 .p7VSC_pauseplay .play:hover  {
}

.p7VSC06 .p7VSCdragchannel {
	position: absolute;
	width: 3px;
	top: 0px;
	right: 11px;
	cursor: default;
}
.p7VSC06 .p7VSCdragchannel em {
	display: none;
}
.p7VSC06 .p7VSCdragchannel a {
	display: block;
}
.p7VSC06 .p7VSCdragbar {
	position: relative;
}
.p7VSC06 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC06 .p7VSCdragCtrl a {
}
