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

.p7VSC02 {
	position: relative;
	padding-top: 30px;
}
#p7VSC_showall {
	color: #000000;
	letter-spacing: 0.1em;
	width: 400px;
	text-align: right;
	padding-top: 15px;
	font-size: 10px;
}
#p7VSC_showall a {
	font-size: 10px;
}
#preview a   {
	color: #D99509;
}
.p7VSC02 .p7VSC_scrollbox_wrapper {
	margin-right: 20px;
}
.p7VSC02 .p7VSC_scrollbox {
	height: auto;
	position: relative;
	width: 100%;
}
.p7VSC02 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC02 .p7VSC_content {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 400px;
}
.p7VSC02 .p7VSC_up a {
	height: 67px;
	width: 24px;
	background-image: url(img/p7sc2_dbup.gif);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_up a:hover {
	background-position: -24px 0px;
}
.p7VSC02 .p7VSC_dn a {
	height: 67px;
	width: 24px;
	background-image: url(img/p7sc2_dbdn.gif);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_dn a:hover {
	background-position: -24px 0px;
}
.p7VSC02 .p7VSC_pauseplay .pause {
	height: 35px;
	width: 24px;
	background-image: url(img/p7sc2_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_pauseplay .pause:hover  {
	background-position: -24px 0px;
}
.p7VSC02 .p7VSC_pauseplay .play {
	height: 35px;
	width: 24px;
	background-position: -48px 0px;
	background-image: url(img/p7sc2_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_pauseplay .play:hover  {
	background-position: -72px 0px;
}
.p7VSC02 .p7VSCdragchannel {
	position: absolute;
	width: 29px;
	top: 30px;
	right: 0px;
	display: none;
	cursor: default;
}
.p7VSC02 .p7VSCdragchannel em {
	display: none;
}
.p7VSC02 .p7VSCdragchannel a {
	display: block;
}
#p7VSCdc_1 {
	position: absolute;
	display: none;
}
.p7VSC02 .p7VSCdragbar {
	position: relative;
}
.p7VSC02 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC02 .p7VSCdragCtrl a {
	height: 58px;
	width: 24px;
	background-image: url(img/p7sc2_dbdrag.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSCdragCtrl a:hover  {
	background-position: -24px 0px;
}

