
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
margin-top: 55px; 
outline: none;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
 background: url(/assets/js/osx_track.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
			.scroll-pane .jScrollPaneTrack {
				background: url(/assets/js/osx_track.gif) repeat-y;
			}
			.scroll-pane .jScrollPaneDrag {
				background: url(/assets/js/osx_drag_middle.gif) repeat-y;
			}
			.scroll-pane .jScrollPaneDragTop {
				background: url(/assets/js/osx_drag_top.gif) no-repeat;
				height: 6px;
			}
			.scroll-pane .jScrollPaneDragBottom {
				background: url(/assets/js/osx_drag_bottom.gif) no-repeat;
				height: 7px;
			}
			.scroll-pane a.jScrollArrowUp {
				height: 24px;
				background: url(/assets/js/osx_arrow_up.png) no-repeat 0 -30px;
			}
			.scroll-pane a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.scroll-pane a.jScrollArrowDown {
				height: 24px;
				background: url(/assets/js/osx_arrow_down.png) no-repeat 0 -30px;
			}
			.scroll-pane a.jScrollArrowDown:hover {
				background-position: 0 0;
			}



/* specific body tags */
body#noportfolio .content #icontent .virginia, 
body#noportfolio .content #icontent .cblog, 
body#noportfolio .content #icontent .ctotherightboxed,
body#noportfolio .content #icontent .servcenter,
body#noportfolio .content #icontent .wedtotheright,
body#noportfolio .content #icontent .canoecenter,
body#noportfolio .content #icontent .ccontact{
 background: url(/assets/js/macFFBgHack.png);
 	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
body#noportfolio .content #icontent .portfoliocenter{
background: url(/assets/js/macFFBgHack.png);
 	background-color:#000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
.content #icontent .virginia {
  width: 370px;
  overflow: auto;
  height: 415px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: normal;
}
body#noportfolio #icontent .virginia {
  width: 370px;
  overflow: auto;
  height: 415px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 30px;
  padding-left: 20px;
}
body#noportfolio .content #icontent .cblog {
  width: 420px;
  overflow: auto;
  height: 405px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: normal;

}

.content #icontent .ctotheright{
  width: 420px;
  overflow: auto;
  height: 415px;
  padding-left: 220px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: normal;
}
.content #icontent .ctotherightboxed{
  width: 420px;
  overflow: auto;
  height: 405px;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 20px 15px 20px;
  margin-left: 200px;
}
.content #icontent .wedtotheright{
  width: 450px;
  overflow: auto;
  height: 405px;
  padding: 15px 20px 15px 20px;
  margin-left: 180px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: normal;
}
.content #icontent .servcenter{
  width: 490px;
  overflow: auto;
  height: 405px;
  padding: 15px 20px 15px 20px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: normal;
}

.content #icontent .canoecenter{
  width: 490px;
  overflow: auto;
  height: 285px;
  padding: 15px 20px 15px 20px;
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 100px;
  font-size: 12px;
  font-weight: normal;
  background: url(/assets/js/macFFBgHack.png);
 	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.content #icontent .portfoliocenter{
  width: 520px;
  overflow: auto;
  height: 385px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
  background: url(/assets/js/macFFBgHack.png);
  background-color:#000;
  filter:alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 50px;
}
body#noportfolio .content #icontent .ccontact {
  width: 320px;
  overflow: auto;
  height: 405px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 15px;
  margin-left: 260px;
  font-size: 12px;
  font-weight: normal;

}