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

.p7VSC01 {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	width: 270px;
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #666666;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	width: 280px;
	margin-top: 10px;
	margin-right: 36px;
	margin-bottom: 0;
	margin-left: 12px;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 190px;
	background-color: #000000;
	margin-left: 40px;
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
	padding: 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.p7VSC01 .p7VSC_content h3 {
	font-weight: bold;
	padding-bottom: 5px;
	color: #F00;
}

.p7VSC01 .p7VSC_content h4 {
	font-weight: bold;
	padding-bottom: 5px;
}
.p7VSC01 .p7VSC_content p {
	padding-bottom: 5px;
	color: #FFF;
	text-align: justify;
	font-size: 12px;
}
.p7VSC01 .p7VSC_content a:link, a:visited {
	padding-bottom: 5px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.p7VSC01 .p7VSC_content a:hover, a:active {
	padding-bottom: 5px;
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}


#p7VSCd_1_c2 .p7VSC_content a:link, a:visited {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
#p7VSCd_1_c2 .p7VSC_content a:hover, a:active {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}
.p7VSC01 .p7VSC_up a {
	height: 24px;
	width: 24px;
	background-image: url(img/p7sc1_dbup.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_up a:hover {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_dn a {
	height: 18px;
	width: 24px;
	background-image: url(img/p7sc1_dbdn.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_dn a:hover {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_pauseplay .pause {
	height: 35px;
	width: 24px;
	background-image: url(img/p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .pause:hover  {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_pauseplay .play {
	height: 35px;
	width: 24px;
	background-position: -48px 0px;
	background-image: url(img/p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .play:hover  {
	background-position: -72px 0px;
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 24px;
	top: 0px;
	right: 0px;
	background-image: url(img/p7sc1_dbbg.gif);
	background-repeat: repeat-y;
	display: none;
	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: 58px;
	width: 24px;
	background-image: url(img/p7sc1_dbdrag.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	background-position: -24px 0px;
}
