/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Chili
  -----------------------------------
*/

:focus { outline: none; }

#p7VSC_1 {
	margin: 20px 0px 0px 0px;
	text-align: left;
}

.p7VSC01 {
	position: relative;
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #666666;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	border: none;
	margin: 0px 0px;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
	background-color: #C5B6A7; 
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}

.p7VSC01 .p7VSC_content {
	padding: 0px 20px 0px 2px;
	line-height: 1.1em;
}

.p7VSC01 .p7VSC_content .first_word {
	padding: 0px 0px 0px 24px;
}

.p7VSC01 .p7VSC_content p {
	padding: 4px 0px 0px 0px;
}

.p7VSC01 .p7VSC_content a:link {
	color: #7E2E2A;
}

.p7VSC01 .p7VSC_content a:visited {
	color: #7E2E2A;
}

.p7VSC01 .p7VSC_content a:hover {
	color: #000000;
}

.p7VSC01 .p7VSC_up a {
	height: 18px;
	width: 12px;
	background-image: url(img/p7sc1_dbup.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_up a:hover {
	
	height: 18px;
	width: 12px;
	background-image: url(img/p7sc1_dbup_hover.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_dn a {
	height: 18px;
	width: 12px;
	background-image: url(img/p7sc1_dbdn.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_dn a:hover {
	height: 18px;
	width: 12px;
	background-image: url(img/p7sc1_dbdn_hover.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .pause {
	height: 35px;
	width: 12px;
}
.p7VSC01 .p7VSC_pauseplay .pause:hover  {
	background-position: -12px 0px;
}
.p7VSC01 .p7VSC_pauseplay .play {
	height: 35px;
	width: 12px;
}
.p7VSC01 .p7VSC_pauseplay .play:hover  {
	background-position: -72px 0px;
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 12px;
	top: 15px;
	right: 0px;
	background-color: #C5B6A7;
	cursor: default;
}
.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: 0px;
	width: 12px;
	
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	background-position: -12px 0px;
}

