/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Vista Aero
  -----------------------------------
*/

.p7VSC04 {
	position: relative;
	width: 359px;
}
.p7VSC04 .p7VSC_scrollbox_wrapper {
	margin: 0 30px 0 0;
}
.p7VSC04 .p7VSC_scrollbox {
	height: auto;
	position: relative;
	width: 329px;
}
.p7VSC04 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC04 .p7VSC_content {
	padding: 0px;
}
.p7VSC04 .p7VSC_content p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.p7VSC04 .p7VSC_content h1 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a7553;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

