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

.p7VSC01 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../../p7apm/img/p7apmTransparently.png);
	padding-left: 5px;
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #666666;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	border: thin solid #888;
	background-image: url(../../p7apm/img/p7apmTransparently.png);
	margin-top: 0;
	margin-right: 36px;
	margin-bottom: 0;
	margin-left: 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.p7VSC01 .p7VSC_up a {
	height: 24px;
	width: 24px;
	background-image: url(img/p7sc1_dbup.png);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_dn a {
	height: 24px;
	width: 24px;
	background-image: url(img/p7sc1_dbdn.png);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 28px;
	top: 0px;
	right: 0px;
	display: none;
	cursor: default;
	height: 58px;
}
.p7VSC01 .p7VSCdragchannel em {
	display: none;
}
.p7VSC01 .p7VSCdragchannel a {
	display: block;
}
.p7VSC01 .p7VSCdragbar {
	position: relative;
}
.p7VSC01 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC01 .p7VSCdragCtrl a {
	height: 24px;
	width: 24px;
	background-image: url(img/p7sc1_dbdrag.png);
	background-repeat: no-repeat;
}
