/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 07 - Minimalist
  -----------------------------------
*/
.p7VSC07 {
	position: relative;
	padding: 0;
}
.p7VSC_showall {
	color: #757575;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #0033CC;
}
.p7VSC07 .p7VSC_scrollbox_wrapper {
	border: none;
}
.p7VSC07 .p7VSC_scrollbox {
	position: relative;
	border: 0;
	width: 570px;
}
.p7VSC07 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC07 .p7VSC_content {
	padding: 0;
}
.p7VSC07 .p7VSCtoolbar {
	text-align: left;
	padding: 0;
	margin: 3px 0 0 8px;
	font-size: 10px;
	width: 41px;
	
	text-align: center;
		color: #ffffff;
		float: left;
}
.p7VSC07 .p7VSCtoolbar a {
	color: #fffff;
	font-size: 10px;
}
.p7VSC07 .p7VSCtoolbar a:hover {
	color: #ffffff;
}

.up {

	float: left;
	background-color: #371E03;
	border-right: #FFFFFF 1px solid;
	width: 15px;
	height: 18px;
	padding: 0px;
	
}

.up a {

	float: left;
	background-color: #371E03;
	border-right: #FFFFFF 1px solid;
	width: 15px;
	height: 18px;
	padding: 0px;
	color: #FFFFFF !important;
}

.up a:hover {

	float: left;
	background-color: #eac787;
	border-right: #FFFFFF 1px solid;
	width: 15px;
	height: 18px;
	padding: 0px;
	color: #000000 !important;
	text-decoration: none !important;
	
	
}

.down {

	float: left;
	background-color: #371E03;
	width: 15px;
	height: 18px;
}

.down a {

	float: left;
	background-color: #371E03;
	width: 15px;
	height: 18px;
	color: #FFFFFF !important;
	
	
}

.down a:hover {

	float: left;
	background-color: #eac787;
	width: 15px;
	height: 18px;
	color: #000000 !important;
	text-decoration: none !important;
	
	
}

.p7VSC07 .p7VSCtoolbar i, .p7VSC07 .p7VSCtoolbar b {
	font-style: normal;
	font-weight: normal;
}
.p7VSC07 .pause i {display: inline;}
.p7VSC07 .pause b {display: none;}
.p7VSC07 .play i {display: none;}
.p7VSC07 .play b {display: inline;}

.p7VSC07 .p7VSCdragchannel {
	position: absolute;
	width: 3px;
	top: 0px;
	left: -1px;
	cursor: default;
}
.p7VSC07 .p7VSCdragchannel em {
	display: none;
}
.p7VSC07 .p7VSCdragchannel a {
	display: block;
}
.p7VSC07 .p7VSCdragbar {
	position: relative;
}
.p7VSC07 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC07 .p7VSCdragCtrl a {
	height: 10px;
	width: 3px;
	background-image: url(img/p7VSC07_meter.gif);
	background-repeat: no-repeat;
}
