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

.p7VSC01 {
	position: relative;
	font-family: Arial, Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #996600;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}
.p7VSC_showall {
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	border: 1px solid #DBDBDB;
	padding-bottom: 6px;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
	padding: 3px 0 0 44px;
}
.p7VSC01 .p7VSC_content a:hover, .p7VSC01 .p7VSC_content a:hover li {
	text-decoration: none !important;
}
.p7VSC01 .p7VSC_up a {
	height: 24px;
	width: 24px;
	background: url(img/p7sc1_dbup.jpg) no-repeat;
}
.p7VSC01 .p7VSC_up a:hover {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_dn a {
	height: 18px;
	width: 24px;
	background: url(img/p7sc1_dbdn.jpg) no-repeat;
	
}
.p7VSC01 .p7VSC_dn a:hover {
	background-position: -24px bottom;
}
.p7VSC01 .p7VSC_pauseplay .pause {
	height: 35px;
	width: 24px;
	background-image: url(img/p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .pause:hover  {
	background-position: -24px 0px;
}
.p7VSC01 .p7VSC_pauseplay .play {
	height: 35px;
	width: 24px;
	background-position: -48px 0px;
	background-image: url(img/p7sc1_psplay.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .play:hover  {
	background-position: -72px 0px;
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 24px;
	top: 5px;
	left: 4px;
	display: none;
	cursor: default;
	border-right: 1px dotted #ccc;
	padding-right: 4px;
}
.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: 12px;
	width: 24px;
	background-image: url(img/p7sc1_dbdrag.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	background-position: -24px 0px;
}
