/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Chili
  -----------------------------------
*/

.p7VSC01 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #757575;*/
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #666666;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC01 .p7VSC_scrollbox_wrapper {
	/*border: 1px solid #333333;*/
	margin: 0 6px 0 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
	/*background-image: url(img/p7sc1_contentbg.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-color: #000000;*/
}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
	/*padding: 20px 30px;*/
}
.p7VSC01 .p7VSC_content_port{ width:920px; margin:0 auto;}

.p7VSC01 .p7VSC_up a {
	height: 24px;
	width: 24px;
	background-image: url(img/p7sc1_dbup.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSC_up a:hover {
	/*background-position: -24px 0px;*/
	background: url(img/top-arrow-hov.jpg) left top no-repeat;
}
.p7VSC01 .p7VSC_dn a {
	height: 10px;
	width: 10px;
	background: url(img/down-arrow.jpg) left top no-repeat;
	/*background-repeat: no-repeat;*/
}
.p7VSC01 .p7VSC_dn a:hover {
	background: url(img/down-arrow-hov.jpg) left top no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .pause {
	height: 15px;
	width: 10px;
	
	background: url(img/pause.jpg) left top no-repeat;
	
	/*background-repeat: no-repeat;*/
}
.p7VSC01 .p7VSC_pauseplay .pause:hover  {
	background: url(img/pause.jpg) left top no-repeat;
}
.p7VSC01 .p7VSC_pauseplay .play {
	height: 15px;
	width: 10px;
	/*background-position: -48px 0px;*/
	background: url(img/play.jpg) left top no-repeat;
	/*background-repeat: no-repeat;*/
}
.p7VSC01 .p7VSC_pauseplay .play:hover  {
	background: url(img/play.jpg) left top no-repeat;
}
.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 10px;
	top: 0px;
	right: 0px;
	/*background-image: url(img/p7sc1_dbbg.gif);
	background-repeat: repeat-y;*/
	background:#e1e1e1;
	display: none;
	cursor: pointer;
}
.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: 40px;
	width: 10px;
	background-image: url(img/dragbar.jpg);
	background-repeat: no-repeat;
}
.p7VSC01 .p7VSCdragCtrl a:hover  {
	/*background-position: -24px 0px;*/
	background-image: url(img/dragbar-hov.jpg);
	background-repeat: no-repeat;
}




/*second */




.p7VSC02 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #757575;*/
}
.p7VSC_showall {
	letter-spacing: 0.1em;
	color: #666666;
}
.p7VSC_showall:hover, .p7VSC_showall:focus {
	color: #B20606;
}
.p7VSC02 .p7VSC_scrollbox_wrapper {
	/*border: 1px solid #333333;*/
	margin: 0 6px 0 0;
}
.p7VSC02 .p7VSC_scrollbox {
	position: relative;
	width: 100%;
	/*background-image: url(img/p7sc1_contentbg.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-color: #000000;*/
}
.p7VSC02 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}


.p7VSC02 .p7VSC_content {
	/*padding: 20px 30px;*/
}
.p7VSC01 .p7VSC_up a {
	height: 10px;
	width: 10px;
	background-image: url(img/top-arrow.jpg);
	background-repeat: no-repeat;
}
.p7VSC02 .p7VSC_up a:hover {
	/*background-position: -10px 0px;*/
	background: url(img/top-arrow-hov.jpg) left top no-repeat;
	
	
}

