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

.p7VSC01 {
	position: relative;
	padding: 0px;
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #666666;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	border: 0px solid #333333;
	margin: 0 54px 0 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 390px;
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 20px;
	top: 0px;
	right: 0px;
	background-image: url(img/p7sc1_dbbg.gif);
	background-repeat: repeat-y;
	display: none;
	cursor: default;
}
.p7VSC01 .p7VSCdragchannel em {
	display: none;
}
.p7VSC01 .p7VSCdragchannel a {
	display: block;
}
.p7VSC01 .p7VSCdragbar {
	position: relative;
}
.p7VSC01 .p7VSCdragCtrl {
	position: absolute;
	left: 4px;
	top: 5px;
}
.p7VSC01 .p7VSCdragCtrl a {
	height: 38px;
	width: 13px;
	background-image: url(img/p7sc1_dbdrag.gif);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	background-position: -24px 0px;
}

