@charset "utf-8";
/* CSS Document */


.p7VSC01 {
	position: relative;
	border:0px solid yellow;
	width:846px;
	
}

.p7VSC01 .p7VSC_scrollbox_wrapper {
	margin: 0 30px 0 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;

}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}

.p7VSC01 .p7VSC_content {
	padding: 0px 0px; 0px 0px;
}

.p7VSC01 .p7VSC_up a {
	height:1px;
	width: 12px;
	/*background-image: url(images/scrollUP.gif);*/
	background-repeat: no-repeat;
	background-position:center top;
}

.p7VSC01 .p7VSC_dn a {
	height:1px;
	width:12px;
	/*background-image: url(images/scrollDN.gif);*/
	background-repeat: no-repeat;
	background-position:center bottom;
	
}

.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 12px;
	top: 0px;
	right: 0px;	
	background-color:#000000;
	background-position: center top;	
	background-repeat: no-repeat;
	display: none;
	cursor: default;
	
	
}

.p7VSC01 .p7VSCdragchannel_swim {
	position: absolute;
	width: 12px;
	top: 0px;
	right: 0px;	
	background-color:#fff;
	background-position: center top;	
	background-repeat: no-repeat;
	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:215px;
	width:12px;
	background-image: url(images/scrollBT.gif);
	background-position:center;
	background-repeat: no-repeat;
}
