/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 07 - Minimalist
  -----------------------------------
*/
.p7VSC07black {
	position: relative;
	padding: 0px;
}
.p7VSC_showall {
	color: #757575;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #0033CC;
}
.p7VSC07black .p7VSC_scrollbox_wrapper {
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 1px solid #cccccc;
	margin-left: 10px;
}
.p7VSC07black .p7VSC_scrollbox {
	position: relative;
	border: 0;
	width: 100%;
}
.p7VSC07black .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC07black .p7VSC_content {
	padding: 5px 10px;
	font-size: 12px;
	text-align: left;
}
.p7VSC07black .p7VSC_content h3 {
	font-size: 12px;
	text-align: left;
	margin-bottom: 2px;
	border-top: 1px solid #666666;
	padding-top: 5px;
	padding-left: 10px;
	color: #333;
	margin-top: 5px !important;
}
.p7VSC07black .p7VSC_content p {
	font-size: 12px;
	text-align: left;
	padding-left: 10px !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333;
}
.p7VSC07black .p7VSCtoolbar {
	display: block;
	text-align: right;
	padding: 0px 15px;
	padding-top: 5px;
}
.p7VSC07black .p7VSCtoolbar a {
	color: #1F5DA3;
	display: inline;
	font-size: 11px;
}
.p7VSC07black .p7VSCtoolbar a:hover {
	color: #999;
}
.p7VSC07black .p7VSCtoolbar i, .p7VSC07 .p7VSCtoolbar b {
	font-style: normal;
	font-weight: normal;
}
.p7VSC07black .pause i {display: inline;}
.p7VSC07black .pause b {display: none;}
.p7VSC07black .play i {display: none;}
.p7VSC07black .play b {display: inline;}

.p7VSC07black .p7VSCdragchannel {
	position: absolute;
	width: 3px;
	top: 0px;
	left: 2px;
	cursor: default;
}
.p7VSC07black .p7VSCdragchannel em {
	display: none;
}
.p7VSC07black .p7VSCdragchannel a {
	display: block;
}
.p7VSC07black .p7VSCdragbar {
	position: relative;
}
.p7VSC07black .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC07black .p7VSCdragCtrl a {
	height: 25px;
	width: 15px;
	background-image: url(img/p7VSC07_meter.png);
	background-repeat: no-repeat;
}
.p7VSC07black .p7VSC_content td {
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #666666;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

