/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 05 - Silverstone
  -----------------------------------
*/
.p7VSC05 {
	position: relative;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.p7VSC_showall {
	color: #757575;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #0066CC;
}
.p7VSC05 .p7VSC_scrollbox_wrapper {
	border: 1px solid #C0C2C1;
	margin-bottom: 20px;
}
.p7VSC05 .p7VSC_scrollbox {
	position: relative;
	border: 0;
	width: 100%;
}
.p7VSC05 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC05 .p7VSC_content {
	color: #333333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.p7VSC05 .p7VSC_content1 {
	color: #333333;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.p7VSC05 .p7VSCtoolbar {
	position: relative;
	display: none;
	height: 10px;
	bottom: -10px;
}
.p7VSCtoolbar em {
	display: block;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
}
.p7VSCtoolbar a {
	display: block;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.p7VSC05 .p7VSCscrollup {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC05 .p7VSC_up {
	height: 15px;
	width: 30px;
	text-decoration: none;
	color: #999;
}
.p7VSC05 .p7VSC_up:hover {
	width: 30px;
	text-decoration: none;
	color: #36C;
}
.p7VSC05 .p7VSCscrolldown {
	position: absolute;
	top: 0px;
	right: 0px;
}
.p7VSC05 .p7VSC_dn {
	width: 30px;
	text-decoration: none;
	text-align: right;
	color: #999;
	height: 15px;
}
.p7VSC05 .p7VSC_dn:hover {
	width: 30px;
	text-decoration: none;
	color: #36C;
}
.p7VSC05 .p7VSC_pauseplay {
	position: absolute;
	top: 0px;
	left: 34%;
	color: #999;
	border: 1px solid #CCC;
	width: 56px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.p7VSC05 .p7VSC_pauseplay .pause {
	height: 15px;
	width: 56px;
	text-decoration: none;
}
.p7VSC05 .p7VSC_pauseplay .pause:hover  {
	height: 15px;
	width: 56px;
	text-decoration: none;
	color: #36C;
}
.p7VSC05 .p7VSC_pauseplay .play {
	height: 15px;
	width: 56px;
	text-decoration: none;
	color: #999;
}
.p7VSC05 .p7VSC_pauseplay .play:hover  {
	height: 15px;
	width: 56px;
	text-decoration: none;
	color: #F60;
}
.p7VSC05 .p7VSCdragchannel {
	position: absolute;
	width: 2px;
	top: 0px;
	/*display: none;*/
	cursor: default;
	right: 2px;
}
.p7VSC05 .p7VSCdragchannel em {
	display: none;
}
.p7VSC05 .p7VSCdragchannel a {
	display: block;
}
.p7VSC05 .p7VSCdragbar {
	position: relative;
}
.p7VSC05 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC05 .p7VSCdragCtrl a {
	height: 9px;
	width: 6px;
	background-image: url(img/p7VSC05_meter.gif);
	background-repeat: no-repeat;
}

