/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Chili
  -----------------------------------
*/
*{ margin:0; padding:0;}
.p7VSC01 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	width:325px;
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #666666;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	margin: 0 25px 0 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
text-align:justify; font-size:12px; color:#000000;
}
.p7VSC01 .p7VSC_up a {
	height: 14px;
	width: 14px;
	background:url(../images/img/up.jpg) left top no-repeat;
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_up a:hover {
	background:url(../images/img/up-over.jpg) left top no-repeat;
}
.p7VSC01 .p7VSC_dn a {
	height: 14px;
	width: 14px;
	background:url(../images/img/down.jpg) left top no-repeat;
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_dn a:hover {
	background:url(../images/img/down-over.jpg) left top no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .pause {
	height: 35px;
	width: 14px;
	background-image: url(../images/img/p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .pause:hover  {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_pauseplay .play {
	height: 35px;
	width: 14px;
	background-position: -48px 0px;
	background-image: url(../images/img/p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .play:hover  {
	background-position: -72px 0px;
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 14px;
	top: 0px;
	right: 0px;
	background: url(../images/img/line.jpg) center top repeat-y;
	display: none;
	cursor: default;
	margin:0px; padding:0px;
}
.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: 31px;
	width: 14px;
	background:url(../images/img/scroll.jpg) center top no-repeat;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	background:url(../images/img/scroll-over.jpg) center top no-repeat;
}
