/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Vista Aero
  -----------------------------------
*/

.p7VSC04 {
	position: relative;
	width:370px;
}
.p7VSC_showall {
	color: #757575;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #FF9900;
}
.p7VSC04 .p7VSC_scrollbox_wrapper {
	margin: 0 30px 0 0;
}
.p7VSC04 .p7VSC_scrollbox {
	height: auto;
	position: relative;
	width: 100%;
}
.p7VSC04 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC04 .p7VSC_content {
	padding: 0px;
}
.p7VSC04 .p7VSC_up a {
	height: 23px;
	width: 20px;

}
.p7VSC04 .p7VSC_up a:hover {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_dn a {
	height: 22px;
	width: 20px;

}
.p7VSC04 .p7VSC_dn a:hover {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_pauseplay .pause {
	height: 22px;
	width: 20px;

}
.p7VSC04 .p7VSC_pauseplay .pause:hover  {
	background-position: -20px 0px;
}
.p7VSC04 .p7VSC_pauseplay .play {
	height: 22px;
	width: 20px;
}
.p7VSC04 .p7VSC_pauseplay .play:hover  {
	background-position: -60px 0px;
}
.p7VSC04 .p7VSCdragchannel {
position: absolute;
width: 5px;
top: 0px;
background-color:#b0c6c3;
right: 0px;
display: none;
cursor: default;
}
.p7VSC04 .p7VSCdragchannel em {
	display: none;
}
.p7VSC04 .p7VSCdragchannel a {
	display: block;
}
.p7VSC04 .p7VSCdragbar {
	position: relative;
}
.p7VSC04 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC04 .p7VSCdragCtrl a {
height: 92px;
width: 9px;
background-color:#5a2049;
margin-left:-2px;
}
.p7VSC04 .p7VSCdragCtrl a:hover  {
background-color:#5d5d5d;
}
