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

.p7VSC01 {
	position: relative;
	color: #1A1100;
	padding-bottom: 30px;
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #EE0000;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	margin: 0 36px 0 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
	background: #A19465;
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
	padding: 0 0 15px;
}
.p7VSC01 .p7VSC_up a {
	height: 10px;
	width: 24px;
	background: url(img/p7sc1_dbup.png) no-repeat;
}
.p7VSC01 .p7VSC_up a:hover {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_dn a {
	height: 10px;
	width: 24px;
	background: url(img/p7sc1_dbdn.png) no-repeat;
}
.p7VSC01 .p7VSC_dn a:hover {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_pauseplay .pause {
}
.p7VSC01 .p7VSC_pauseplay .pause:hover  {
}
.p7VSC01 .p7VSC_pauseplay .play {
}
.p7VSC01 .p7VSC_pauseplay .play:hover  {
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 24px;
	top: 0px;
	right: 0px;
	display: none;
	cursor: default;
	background: url(img/p7sc1_dbbg.png) repeat-y;
}
.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: url(img/p7sc1_dbdrag.png) no-repeat;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	background-position: -24px 0px;
}
#p7VSCd_1_c1 .p7VSC_content p {
	font-size: 85%;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 60px;
}
#p7VSCd_1_c1 .p7VSC_contentdates p {
	font-size: 75%;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 15px;
}
#p7VSCd_1_c1 .p7VSC_content a:link {
	color: #6A4502;
}
#p7VSCd_1_c1 .p7VSC_content a:visited {
	color: #6A4502;
}#p7VSCd_1_c1 .p7VSC_content a:hover {
	color: #A16804;
}

