/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Chili
  -----------------------------------
*/

.p7VSC01 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	margin: 0 16px 0 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
	background-color: #1e1e1e;
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
	padding: 0;
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 13px;
	top: 0px;
	right: 0px;
	background-color:#000000;
	display: none;
	cursor: default;
}
.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: 13px;
	width: 13px;
	background-image: url(img/slider_ball.gif);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
}
