/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Goldleaf
  -----------------------------------
*/

.p7VSC02 {
	position: relative;
}
.p7VSC_showall {
	color: #000000;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #D99509;
}
.p7VSC02 .p7VSC_scrollbox_wrapper {
	border: 1px solid #FFFFFF;
	margin: 0;
}
.p7VSC02 .p7VSC_scrollbox {
	height: auto;
	position: relative;
	width: 100%;
}
.p7VSC02 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC02 .p7VSC_content {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.p7VSC02 .p7VSC_up a {
	height: 24px;
	width: 24px;
	width: 15px;
	background-image: url(../../up_btn.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.p7VSC02 .p7VSC_up a:hover {
	background-image: url(../../up_btn-over.gif);
}
.p7VSC02 .p7VSC_dn a {
	height: 24px;
	width: 24px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(../../dn_btn.gif);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.p7VSC02 .p7VSC_dn a:hover {
	background-image: url(../../dn_btn-over.gif);
}
.p7VSC02 .p7VSC_pauseplay .pause:hover  {
	background-position: -24px 0px;
	visibility: hidden;
}
.p7VSC02 .p7VSC_pauseplay .play {
	height: 0px;
	width: 15px;
	background-position: -48px 0px;
	background-repeat: no-repeat;
	float: right;
	visibility: hidden;
}
.p7VSC02 .p7VSC_pauseplay .play:hover  {
	visibility: hidden;
}
.p7VSC02 .p7VSCdragchannel {
	position: absolute;
	width: 15px;
	top: 0px;
	right: 0px;
	display: none;
	cursor: default;
	background-color: #F7931E;
}
.p7VSC02 .p7VSCdragchannel em {
	display: none;
}
.p7VSC02 .p7VSCdragchannel a {
	display: block;
}
.p7VSC02 .p7VSCdragbar {
	position: relative;
}
.p7VSC02 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC02 .p7VSCdragCtrl a {
	height: 30px;
	width: 15px;
	background-color: #6D6F71;
}
.p7VSC02 .p7VSCdragCtrl a:hover  {
}

