/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 03 - Carbon
  -----------------------------------
*/

.p7VSC03 {
	position: relative;
	height: 329;
}
.p7VSC_showall {
	color: #666666;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #009900;
}
.p7VSC03 .p7VSC_scrollbox_wrapper {
	border: 1px solid #ffffff; /*dcdcdc */
	margin: 0 15px 0 0;
	-height:320px;
	background-color: #FFFFFF;
}
.p7VSC03 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
	visibility: visible;
}
.p7VSC03 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC03 .p7VSC_content {
	padding: 10px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.p7VSC_content a {
	color:#053299;
	text-decoration:none;
}
.p7VSC_content a:hover {
	color:#CC0033;
}	
hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #999999; 
	border-style: none none dotted; }

.p7VSC03 .p7VSC_up a {
	height: 16px;
	width: 15px;
	background-image: url(img/p7sc3_dbup4.jpg);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSC_up a:hover {background-position: -33px 0px;}
.p7VSC03 .p7VSC_dn a {
	height: 15px;
	width: 15px;
	background-image: url(img/p7sc3_dbdn4.jpg);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSC_dn a:hover {background-position: -33px 0px;}
.p7VSC03 .p7VSC_pauseplay .pause {
	height: 19px;
	width: 15px;
	background-image: url(img/p7sc3_psplay6.jpg);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSC_pauseplay .pause:hover  {
	background-position: 0px 0px;
}
.p7VSC03 .p7VSC_pauseplay .play {
	height: 19px;
	width: 15px;
	background-position: 0px -19px;
	background-image: url(img/p7sc3_psplay5.jpg);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSC_pauseplay .play:hover  {
	background-position: -30px -19px;
}
.p7VSC03 .p7VSCdragchannel {
	position: absolute;
	width: 15px;
	top: 0px;
	background-image: url(img/p7sc3_dbbg4.gif);
	background-repeat: repeat-y;
	right: 0px;
	display: none;
	cursor: default;
}
.p7VSC03 .p7VSCdragchannel em {
	display: none;
}
.p7VSC03 .p7VSCdragchannel a {
	display: block;
}
.p7VSC03 .p7VSCdragbar {
	position: relative;
}
.p7VSC03 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC03 .p7VSCdragCtrl a {
	height: 20px;
	width: 15px;
	background-image: url(img/p7sc3_dbdrag4.jpg);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSCdragCtrl a:hover  {
	background-position: -33px 0px;
}
