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

.p7VSC02 {
	position: relative;
	background-image: url(../../mdec/mdec-right-c.jpg);
	height: 259px;
	padding-left: 90px;
	z-index: 1;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.p7VSC02 .p7VSC_scrollbox_wrapper {
	padding-top: 30px;
	height: 259px;
}
.p7VSC02 .p7VSC_scrollbox {
	position: relative;
	width: auto;
	min-height: 210px;
}
.p7VSC02 .p7VSC_scrolling {

}
.p7VSC02 .p7VSC_content {
	font-size: 10px;
}
.p7VSC02 .p7VSC_up a {
	width: 20px;
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_up a {
	height: 12px;
	width: relative;
	background-image: url(../s1/img/p7sc1_dbup.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_up a:hover {
	background-position: -24px 0px;
}
.p7VSC02 .p7VSC_dn a {
	height: 18px;
	width: 24px;
	background-image: url(../s1/img/p7sc1_dbdn.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_dn a:hover {
	background-position: -24px 0px;
}
.p7VSC02.p7VSC_pauseplay .pause {
	height: 35px;
	width: 24px;
	background-image: url(../s1/img/p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_pauseplay .pause:hover  {
	background-position: -24px 0px;
}
.p7VSC02 .p7VSC_pauseplay .play {
	height: 35px;
	width: 24px;
	background-position: -48px 0px;
	background-image: url(../s1/img/p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_pauseplay .play:hover  {
	background-position: -72px 0px;
}
.p7VSC02 .p7VSCdragchannel {
	position: absolute;
	width: 24px;
	top: 0px;
	right: 0px;
	background-image: url(../s1/img/p7sc1_dbbg.gif);
	background-repeat: repeat-y;
	display: none;
	cursor: default;
}
.p7VSC02 .p7VSCdragchannel em {
	display: none;
}
.p7VSC02 .p7VSCdragchannel a {
	display: block;
}
.p7VSC02 .p7VSCdragbar {
	position: relative;
}
.p7VSC02 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC02 .p7VSCdragCtrl a {
	height: 52px;
	width: 24px;
	background-image: url(../s1/img/p7sc1_dbdrag.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSCdragCtrl a:hover  {
	background-position: -24px 0px;
}
